Home
last modified time | relevance | path

Searched refs:maxSizeOfInstructions (Results 1 – 20 of 20) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-maxp-table.hh63 HBUINT16 maxSizeOfInstructions; /* Maximum byte count for glyph instructions. */ member
128 v1.maxSizeOfInstructions.set (0); in drop_hint_fields()
/external/skqp/src/sfnt/
DSkOTTable_maxp_TT.h36 SK_OT_USHORT maxSizeOfInstructions; member
/external/skia/src/sfnt/
DSkOTTable_maxp_TT.h36 SK_OT_USHORT maxSizeOfInstructions; member
/external/icu/icu4c/source/samples/layout/
Dsfnt.h186 le_uint16 maxSizeOfInstructions; member
/external/fonttools/Snippets/
Dotf2ttf.py63 maxp.maxSizeOfInstructions = 0
/external/icu/icu4c/source/test/perf/leperf/
DFontObject.h149 le_uint16 maxSizeOfInstructions; member
Dsfnt.h319 le_uint16 maxSizeOfInstructions; member
/external/icu/icu4c/source/test/letest/
DFontObject.h145 le_uint16 maxSizeOfInstructions; member
Dsfnt.h315 le_uint16 maxSizeOfInstructions; member
/external/freetype/include/freetype/
Dtttables.h628 FT_UShort maxSizeOfInstructions; member
/external/freetype/src/sfnt/
Dttload.c744 FT_FRAME_USHORT( maxSizeOfInstructions ), in tt_face_load_maxp()
768 maxProfile->maxSizeOfInstructions = 0; in tt_face_load_maxp()
/external/fonttools/Lib/fontTools/
DfontBuilder.py158 maxSizeOfInstructions = 0,
/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp66 return (0 != maxp->version.tt.maxSizeOfInstructions); in is_hinted()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp66 return (0 != maxp->version.tt.maxSizeOfInstructions); in is_hinted()
/external/freetype/src/truetype/
Dttgload.c1306 max_ins = loader->face->max_profile.maxSizeOfInstructions; in TT_Process_Composite_Glyph()
Dttinterp.c473 maxp->maxSizeOfInstructions ); in TT_Load_Context()
/external/freetype/
DChangeLog.253097 Also remove redundant check using `maxSizeOfInstructions' – in
3180 [truetype] Don't trust `maxp's `maxSizeOfInstructions'.
3193 `maxSizeOfInstructions'.
DChangeLog.246132 TrueType: Make FreeType ignore maxSizeOfInstructions in `maxp'.
/external/freetype/src/base/
Dftobjs.c870 ttface->max_profile.maxSizeOfInstructions == 0 && in FT_Load_Glyph()
/external/fonttools/Lib/fontTools/subset/
D__init__.py2181 self.maxSizeOfInstructions = 0