Home
last modified time | relevance | path

Searched refs:colr (Results 1 – 12 of 12) sorted by relevance

/external/freetype/src/sfnt/
Dttcolr.c93 Colr* colr = NULL; in tt_face_load_colr() local
115 if ( FT_NEW( colr ) ) in tt_face_load_colr()
118 colr->version = FT_NEXT_USHORT( p ); in tt_face_load_colr()
119 if ( colr->version != 0 ) in tt_face_load_colr()
122 colr->num_base_glyphs = FT_NEXT_USHORT( p ); in tt_face_load_colr()
127 if ( colr->num_base_glyphs * BASE_GLYPH_SIZE > in tt_face_load_colr()
132 colr->num_layers = FT_NEXT_USHORT( p ); in tt_face_load_colr()
136 if ( colr->num_layers * LAYER_SIZE > table_size - layer_offset ) in tt_face_load_colr()
139 colr->base_glyphs = (FT_Byte*)( table + base_glyph_offset ); in tt_face_load_colr()
140 colr->layers = (FT_Byte*)( table + layer_offset ); in tt_face_load_colr()
[all …]
Dsfobjs.c1350 LOAD_( colr ); in sfnt_load_face()
1407 face->colr ) in sfnt_load_face()
/external/skqp/tools/fonts/
Dcreate_test_font_color.cpp31 SkFILEWStream colr("colr.ttx"); in main() local
32 typeface->exportTtxColr(&colr); in main()
33 colr.flush(); in main()
34 colr.fsync(); in main()
/external/skia/tools/fonts/
Dcreate_test_font_color.cpp31 SkFILEWStream colr("colr.ttx"); in main() local
32 typeface->exportTtxColr(&colr); in main()
33 colr.flush(); in main()
34 colr.fsync(); in main()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_clear.c59 uint32_t colr = 0, zeta = 0, mode = 0; in nv30_clear() local
65 colr = pack_rgba(fb->cbufs[0]->format, color->f); in nv30_clear()
89 PUSH_DATA (push, colr); in nv30_clear()
95 PUSH_DATA (push, colr); in nv30_clear()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_draw.c133 uint32_t reg, colr = 0; in fd2_clear() local
136 colr = pack_rgba(fb->cbufs[0]->format, color->f); in fd2_clear()
162 OUT_RING(ring, colr); in fd2_clear()
/external/pdfium/testing/resources/pixel/
Dbug_71.in59 ���ftypjp2 ����jp2 jpxbjpx ���rreq������@� ��-�����Rjp2h���ihdr�������������colr…
/external/pdfium/testing/resources/
Dbug_557223.in47 ���ftypjp2 ����j� ���-jp2h���ihdr�������������colr���������jp2c�O�Q�/�����������
/external/freetype/include/freetype/internal/
Dtttypes.h1787 void* colr; member
/external/skia/third_party/harfbuzz/
DBUILD.gn87 "$_src/hb-ot-color-colr-table.hh",
/external/harfbuzz_ng/src/
DMakefile.sources55 hb-ot-color-colr-table.hh \
/external/freetype/
DChangeLog571 `colr' is NULL.
727 * include/freetype/internal/fttrace.h: Add support for `colr' and
743 `colr_and_cpal' fields with `cpal' and `colr'.