Home
last modified time | relevance | path

Searched refs:strikes (Results 1 – 25 of 26) sorted by relevance

12

/external/skqp/tools/lua/
Dglyph-usage.lua64 local strikes = {} -- [fontID_pointsize] = [] unique glyphs
101 strikes[key] = strikes[key] or {}
102 array_union(strikes[key], t.glyphs)
122 for k, v in next, strikes do
152 for k, v in next, strikes do
/external/skia/tools/lua/
Dglyph-usage.lua64 local strikes = {} -- [fontID_pointsize] = [] unique glyphs
101 strikes[key] = strikes[key] or {}
102 array_union(strikes[key], t.glyphs)
122 for k, v in next, strikes do
152 for k, v in next, strikes do
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py77 self.strikes = []
80 self.strikes.append(curStrike)
89 for curStrike in self.strikes:
117 self.numSizes = len(self.strikes)
151 for curStrike in self.strikes:
157 for curStrike in self.strikes:
188 for curStrike in self.strikes:
205 for curIndex, curStrike in enumerate(self.strikes):
213 self.strikes = []
220 if strikeIndex >= len(self.strikes):
[all …]
DE_B_D_T_.py50 for curStrike in locator.strikes:
84 for curStrike, curGlyphDict in zip(locator.strikes, self.strikeData):
124 for curStrike, curGlyphDict in zip(locator.strikes, self.strikeData):
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc301 BitmapSizeTableBuilderList* strikes = eblc->BitmapSizeBuilders(); in InitializeBitmapBuilder() local
309 for (size_t i = 0; i < strikes->size(); i++) { in InitializeBitmapBuilder()
310 if (!HasOverlap((*strikes)[i]->StartGlyphIndex(), in InitializeBitmapBuilder()
311 (*strikes)[i]->EndGlyphIndex(), glyph_ids)) { in InitializeBitmapBuilder()
317 (*strikes)[i]->IndexSubTableBuilders(); in InitializeBitmapBuilder()
361 if (removed_strikes.size() == strikes->size() || loca_list.empty()) { in InitializeBitmapBuilder()
367 strikes->erase(strikes->begin() + *i); in InitializeBitmapBuilder()
370 if (strikes->empty()) { // no glyph covered, can safely drop the builders. in InitializeBitmapBuilder()
/external/freetype/src/pfr/
Dpfrload.c479 if ( FT_RENEW_ARRAY( phy_font->strikes, in pfr_extra_item_load_bitmap_info()
503 strike = phy_font->strikes + phy_font->num_strikes; in pfr_extra_item_load_bitmap_info()
791 FT_FREE( phy_font->strikes ); in pfr_phy_font_done()
Dpfrtypes.h230 PFR_StrikeRec* strikes; member
Dpfrobjs.c220 strike = phy_font->strikes; in pfr_face_init()
Dpfrsbit.c602 strike = phys->strikes; in pfr_slot_load_bitmap()
/external/freetype/
DChangeLog.2742 [ftfuzzer] Restrict number of tested bitmap strikes.
45 strikes, and FreeType doesn't check the validity of all bitmap
46 strikes in advance.
56 strikes.
1198 [sfnt] Disable bitmap strikes if we don't have a bitmap data table.
1242 [truetype] Disallow bitmap strikes for non-default instances.
1416 invalid strikes.
1868 [sfnt] Fix `FT_Get_Advance' for bitmap strikes.
DChangeLog.221356 The scaled metrics are always preferred over strikes' metrics, even
1357 when some strike is selected. This is done because the strikes'
1573 request against `available_sizes'. Drivers supporting bitmap strikes
DChangeLog.21809 strikes. This fixes Savannah bug #12107.
4951 strikes. At least one font (app850.fon from WinME) contains
4953 design of having multiple bitmap strikes in a single font face fails
5021 Without this fix it isn't possible to access all strikes.
5031 Synchronize computation of height and width for bitmap strikes. The
5033 enumerate different strikes. The `max_advance' field of the
6146 Handle strikes.
DChangeLog.253058 [sfnt] Fix handling of embedded bitmap strikes.
3170 [sfnt] Improve handling of buggy embedded bitmap strikes.
DChangeLog.233262 * src/sfnt/sfobjs.c (sfnt_load_face): Test for bitmap strikes before
3264 font with neither a `glyf' table nor bitmap strikes can be performed
DChangeLog3839 bitmap strikes are active.
DChangeLog.262459 [sfnt] Handle infinite recursion in bitmap strikes (#46344).
DChangeLog.243508 strikes in the font.
/external/freetype/docs/
DCHANGES355 - Retrieving advance widths from bitmap strikes (using
982 strikes of TrueType fonts, causing garbage display under some
1966 strikes of outline fonts) has been introduced in 2.3.3.
2298 bitmap strikes should be updated to use this function.
2834 - The FNT driver now returns multiple faces, not multiple strikes.
/external/python/cpython3/Lib/idlelib/
DChangeLog1009 * ChangeLog, ColorDelegator.py, PyShell.py: Tim Peters strikes again:
/external/python/cpython2/Lib/idlelib/
DChangeLog1009 * ChangeLog, ColorDelegator.py, PyShell.py: Tim Peters strikes again:
/external/brotli/tests/testdata/
Dasyoulik.txt2387 Understanding, it strikes a man more dead than a
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.12134 PR testsuite/32843 (strikes again)
/external/python/cpython3/Modules/_ctypes/libffi/
DChangeLog.libffi-3.12134 PR testsuite/32843 (strikes again)
/external/libjpeg-turbo/
Dlibjpeg.txt842 While you can build the JPEG library as a shared library if the whim strikes
/external/libffi/
DChangeLog.libffi-3.12134 PR testsuite/32843 (strikes again)

12