Searched refs:index_format (Results 1 – 12 of 12) sorted by relevance
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table.cc | 124 IndexSubTable::Builder::CreateBuilder(int32_t index_format) { in CreateBuilder() argument 125 switch (index_format) { in CreateBuilder() 162 int32_t index_format = data->ReadUShort(index_sub_table_offset); in CreateBuilder() local 163 switch (index_format) { in CreateBuilder() 212 IndexSubTable::Builder::Builder(int32_t data_size, int32_t index_format) in Builder() argument 216 index_format_(index_format), in Builder() 221 IndexSubTable::Builder::Builder(int32_t index_format, in Builder() argument 228 index_format_(index_format), in Builder() 261 index_format()); in SerializeIndexSubHeader()
|
D | index_sub_table.h | 46 int32_t index_format() { return index_format_; } in index_format() function 84 static CALLER_ATTACH Builder* CreateBuilder(int32_t index_format); 100 Builder(int32_t data_size, int32_t index_format); 101 Builder(int32_t index_format, 131 int32_t index_format() { return index_format_; } in index_format() function
|
D | bitmap_size_table.cc | 514 switch (iterator_base->container_base()->index_format()) { in HasNext() 561 switch (iterator_base->container_base()->index_format()) { in Next()
|
D | eblc_table.cc | 148 (*index_sub_table_builder)->index_format()); in SubSerialize()
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | query.c | 322 enum pipe_format rgba_format, index_format, colortbl_format; in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() local 336 index_format = FormatIndexedToPipe(bits_indexed_format); in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 337 if (index_format == PIPE_FORMAT_NONE) in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities() 356 pscreen, index_format, PIPE_TEXTURE_2D, 1, 1, in vlVdpOutputSurfaceQueryPutBitsIndexedCapabilities()
|
D | output.c | 300 enum pipe_format index_format; in vlVdpOutputSurfacePutBitsIndexed() local 318 index_format = FormatIndexedToPipe(source_indexed_format); in vlVdpOutputSurfacePutBitsIndexed() 319 if (index_format == PIPE_FORMAT_NONE) in vlVdpOutputSurfacePutBitsIndexed() 334 res_tmpl.format = index_format; in vlVdpOutputSurfacePutBitsIndexed() 379 index_format, UTIL_FORMAT_COLORSPACE_RGB, 0); in vlVdpOutputSurfacePutBitsIndexed()
|
/external/freetype/src/sfnt/ |
D | sfwoff2.c | 769 FT_UShort index_format, in store_loca() argument 786 const FT_ULong offset_size = index_format ? 4 : 2; in store_loca() 802 if ( index_format ) in store_loca() 849 FT_UShort index_format; in reconstruct_glyf() local 876 if ( FT_READ_USHORT( index_format ) ) in reconstruct_glyf() 880 num_glyphs, index_format )); in reconstruct_glyf() 888 expected_loca_length = ( index_format ? 4 : 2 ) * in reconstruct_glyf() 1212 index_format, in reconstruct_glyf() 1265 FT_UShort index_format; in get_x_mins() local 1312 if ( FT_READ_USHORT( index_format ) ) in get_x_mins() [all …]
|
D | ttsbit.c | 1264 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local 1304 index_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image() 1308 switch ( index_format ) in tt_sbit_decoder_load_image()
|
/external/sfntly/cpp/src/test/ |
D | bitmap_table_test.cc | 116 EXPECT_EQ(sub1->index_format(), STRIKE4_SUB1_INDEX_FORMAT); in TestReadingBitmapTable()
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 609 FT_UShort index_format; member
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 481 if (b->index_format() == IndexSubTable::Format::FORMAT_2) { in ConstructIndexFormat5() 526 switch (builder->index_format()) { in SubsetIndexSubTable()
|
/external/freetype/ |
D | ChangeLog.25 | 719 * src/sfnt/ttsbit.c (tt_sbit_decoder_load_image) <index_format==4>:
|