Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.c136 Colr* colr = NULL; in tt_face_load_colr() local
160 if ( FT_NEW( colr ) ) in tt_face_load_colr()
163 colr->version = FT_NEXT_USHORT( p ); in tt_face_load_colr()
164 if ( colr->version != 0 && colr->version != 1 ) in tt_face_load_colr()
167 colr->num_base_glyphs = FT_NEXT_USHORT( p ); in tt_face_load_colr()
172 if ( colr->num_base_glyphs * BASE_GLYPH_SIZE > in tt_face_load_colr()
177 colr->num_layers = FT_NEXT_USHORT( p ); in tt_face_load_colr()
181 if ( colr->num_layers * LAYER_SIZE > table_size - layer_offset ) in tt_face_load_colr()
184 if ( colr->version == 1 ) in tt_face_load_colr()
198 colr->num_base_glyphs_v1 = num_base_glyphs_v1; in tt_face_load_colr()
[all …]
Dsfobjs.c996 LOAD_( colr ); in sfnt_load_face()
1053 face->colr ) in sfnt_load_face()
/third_party/skia/tools/fonts/
Dcreate_test_font_color.cpp33 SkFILEWStream colr((SkString(prefix) += "colr.ttx").c_str()); in export_ttx() local
34 typeface->exportTtxColr(&colr); in export_ttx()
35 colr.flush(); in export_ttx()
36 colr.fsync(); in export_ttx()
/third_party/gstreamer/gstplugins_good/gst/flx/
Dflx_color.c107 flx_set_color (FlxColorSpaceConverter * flxpal, guint colr, guint red, in flx_set_color() argument
112 g_return_if_fail (colr < 0x100); in flx_set_color()
114 flxpal->palvec[(colr * 3)] = red << scale; in flx_set_color()
115 flxpal->palvec[(colr * 3) + 1] = green << scale; in flx_set_color()
116 flxpal->palvec[(colr * 3) + 2] = blue << scale; in flx_set_color()
Dflx_color.h47 void flx_set_color(FlxColorSpaceConverter *flxpal, guint colr, guint red, guint green,
/third_party/ffmpeg/tests/ref/vsynth/
Dvsynth_lena-dnxhd-1080i-colr1 f80be8c3350ca8b22ae8aa8724b2ef20 *tests/data/fate/vsynth_lena-dnxhd-1080i-colr.mov
2 3031929 tests/data/fate/vsynth_lena-dnxhd-1080i-colr.mov
3 ce4993a69ef55c8c4b18138716f17b6f *tests/data/fate/vsynth_lena-dnxhd-1080i-colr.out.rawvideo
Dvsynth2-dnxhd-1080i-colr1 eee674d012c850c1d2bb5e816b668cdf *tests/data/fate/vsynth2-dnxhd-1080i-colr.mov
2 3031929 tests/data/fate/vsynth2-dnxhd-1080i-colr.mov
3 ec40a8014b819d02951b2f06bee7b514 *tests/data/fate/vsynth2-dnxhd-1080i-colr.out.rawvideo
Dvsynth3-dnxhd-1080i-colr1 92a2f67cf77abf3428fe2d4f53ba2027 *tests/data/fate/vsynth3-dnxhd-1080i-colr.mov
2 3031929 tests/data/fate/vsynth3-dnxhd-1080i-colr.mov
3 f907fd2d48bedbc5283fbfc3fb9f61a0 *tests/data/fate/vsynth3-dnxhd-1080i-colr.out.rawvideo
Dvsynth1-dnxhd-1080i-colr1 5571f4ff9e29d352a7e373a14a9ed2ed *tests/data/fate/vsynth1-dnxhd-1080i-colr.mov
2 3031929 tests/data/fate/vsynth1-dnxhd-1080i-colr.mov
3 6f2d5429ffc4529a76acfeb28b560542 *tests/data/fate/vsynth1-dnxhd-1080i-colr.out.rawvideo
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-plan.cc230 OT::COLR::accelerator_t colr; in _colr_closure() local
231 colr.init (face); in _colr_closure()
232 if (!colr.is_valid ()) return; in _colr_closure()
243 colr.closure_glyphs (gid, &glyphset_colrv0); in _colr_closure()
248 colr.closure_forV1 (glyphs_colred, &layer_indices, &palette_indices); in _colr_closure()
252 colr.closure_V0palette_indices (glyphs_colred, &palette_indices); in _colr_closure()
255 colr.fini (); in _colr_closure()
Dhb-ot-color-colr-table.hh1277 { colr = hb_sanitize_context_t ().reference_table<COLR> (face); } in init()
1279 void fini () { this->colr.destroy (); } in fini()
1281 bool is_valid () { return colr.get_blob ()->length; } in is_valid()
1285 { colr->closure_glyphs (glyph, related_ids); } in closure_glyphs()
1289 { colr->closure_V0palette_indices (glyphs, palettes); } in closure_V0palette_indices()
1294 { colr->closure_forV1 (glyphset, layer_indices, palette_indices); } in closure_forV1()
1297 hb_blob_ptr_t<COLR> colr; member
DMakefile.sources70 hb-ot-color-colr-table.hh \
Dmeson.build74 'hb-ot-color-colr-table.hh',
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_clear.c59 uint32_t colr = 0, zeta = 0, mode = 0; in nv30_clear() local
81 colr = pack_rgba(fb->cbufs[0]->format, color->f); in nv30_clear()
105 PUSH_DATA (push, colr); in nv30_clear()
111 PUSH_DATA (push, colr); in nv30_clear()
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/tests/
Dcolr_with_components.tests2 colr-table.ttf
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/
DMakefile.am47 expected/colr \
DMakefile.sources9 tests/colr.tests \
/third_party/skia/third_party/externals/harfbuzz/test/subset/
Dmeson.build39 'colr',
/third_party/ffmpeg/libavcodec/
Dmjpegdec.h82 int colr; member
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dmeson.build53 'test-subset-colr.c',
DMakefile.am77 test-subset-colr \
/third_party/ffmpeg/tests/fate/
Dvcodec.mak109 FATE_VCODEC-$(call ENCDEC, DNXHD, MOV) += dnxhd-1080i dnxhd-1080i-10bit dnxhd-1080i-colr \
120 fate-vsynth%-dnxhd-1080i-colr: ENCOPTS = -s hd1080 -b 120M -flags +ildct -movflags write_colr \
122 fate-vsynth%-dnxhd-1080i-colr: DECOPTS = -sws_flags area+accurate_rnd+bitexact
123 fate-vsynth%-dnxhd-1080i-colr: FMT = mov
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h1645 void* colr; member
/third_party/skia/third_party/harfbuzz/
DBUILD.gn132 "$_src/hb-ot-color-colr-table.hh",
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c11215 GNode *colr; in qtdemux_parse_trak() local
11386 colr = NULL; in qtdemux_parse_trak()
11406 colr = qtdemux_tree_get_child_by_type (mp4v, FOURCC_colr); in qtdemux_parse_trak()
11436 if (colr) { in qtdemux_parse_trak()
11437 const guint8 *colr_data = (const guint8 *) colr->data; in qtdemux_parse_trak()
11671 GNode *jp2h, *ihdr, *colr, *mjp2, *field, *prefix, *cmap, *cdef; in qtdemux_parse_trak() local
11696 colr = qtdemux_tree_get_child_by_type (jp2h, FOURCC_colr); in qtdemux_parse_trak()
11697 if (!colr) in qtdemux_parse_trak()
11701 if (QT_UINT8 ((guint8 *) colr->data + 8) == 1) { in qtdemux_parse_trak()
11702 switch (QT_UINT32 ((guint8 *) colr->data + 11)) { in qtdemux_parse_trak()

12