atslayout.cxx (e26449d3) atslayout.cxx (5b21bb1f)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1175 unchanged lines hidden (view full) ---

1184 // prepare for new polygon
1185 mnPointCount = 0;
1186 mbHasOffline = false;
1187}
1188#endif
1189// =======================================================================
1190
1191// glyph fallback is supported directly by Aqua
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1175 unchanged lines hidden (view full) ---

1184 // prepare for new polygon
1185 mnPointCount = 0;
1186 mbHasOffline = false;
1187}
1188#endif
1189// =======================================================================
1190
1191// glyph fallback is supported directly by Aqua
1192// so methods used only by MultiSalLayout can be dummy implementated
1192// so methods used only by MultiSalLayout can be dummy implemented
1193bool ATSLayout::GetGlyphOutlines( SalGraphics&, PolyPolyVector& ) const { return false; }
1194void ATSLayout::InitFont() {}
1195void ATSLayout::MoveGlyph( int /*nStart*/, long /*nNewXPos*/ ) {}
1196void ATSLayout::DropGlyph( int /*nStart*/ ) {}
1197void ATSLayout::Simplify( bool /*bIsBase*/ ) {}
1198
1199// get the ImplFontData for a glyph fallback font
1200// for a glyphid that was returned by ATSLayout::GetNextGlyphs()

--- 52 unchanged lines hidden ---
1193bool ATSLayout::GetGlyphOutlines( SalGraphics&, PolyPolyVector& ) const { return false; }
1194void ATSLayout::InitFont() {}
1195void ATSLayout::MoveGlyph( int /*nStart*/, long /*nNewXPos*/ ) {}
1196void ATSLayout::DropGlyph( int /*nStart*/ ) {}
1197void ATSLayout::Simplify( bool /*bIsBase*/ ) {}
1198
1199// get the ImplFontData for a glyph fallback font
1200// for a glyphid that was returned by ATSLayout::GetNextGlyphs()

--- 52 unchanged lines hidden ---