Searched refs:index_format (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc124 IndexSubTable::Builder::CreateBuilder(int32_t index_format) { argument
125 switch (index_format) {
162 int32_t index_format = data->ReadUShort(index_sub_table_offset); local
163 switch (index_format) {
212 IndexSubTable::Builder::Builder(int32_t data_size, int32_t index_format) argument
216 index_format_(index_format),
221 IndexSubTable::Builder::Builder(int32_t index_format, argument
228 index_format_(index_format),
261 index_format());
H A Dindex_sub_table.h46 int32_t index_format() { return index_format_; } function in class:sfntly::IndexSubTable::Builder
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_; } function in class:sfntly::IndexSubTable
H A Dbitmap_size_table.cc514 switch (iterator_base->container_base()->index_format()) {
561 switch (iterator_base->container_base()->index_format()) {
H A Deblc_table.cc148 (*index_sub_table_builder)->index_format());
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.cc124 IndexSubTable::Builder::CreateBuilder(int32_t index_format) { argument
125 switch (index_format) {
162 int32_t index_format = data->ReadUShort(index_sub_table_offset); local
163 switch (index_format) {
212 IndexSubTable::Builder::Builder(int32_t data_size, int32_t index_format) argument
216 index_format_(index_format),
221 IndexSubTable::Builder::Builder(int32_t index_format, argument
228 index_format_(index_format),
261 index_format());
H A Dindex_sub_table.h46 int32_t index_format() { return index_format_; } function in class:sfntly::IndexSubTable::Builder
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_; } function in class:sfntly::IndexSubTable
H A Dbitmap_size_table.cc514 switch (iterator_base->container_base()->index_format()) {
561 switch (iterator_base->container_base()->index_format()) {
H A Deblc_table.cc148 (*index_sub_table_builder)->index_format());
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h87 DXGI_FORMAT index_format; member in struct:mesh
99 index_format = DXGI_FORMAT_R16_UINT;
101 index_format = DXGI_FORMAT_R32_UINT;
103 index_format = DXGI_FORMAT_UNKNOWN;
111 if(index_format)
113 bufferd.ByteWidth = index_offset + index_format * num_indices;
137 if(index_format)
138 ctx->IASetIndexBuffer(buffer, index_format, index_offset);
144 if(index_format)
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h87 DXGI_FORMAT index_format; member in struct:mesh
99 index_format = DXGI_FORMAT_R16_UINT;
101 index_format = DXGI_FORMAT_R32_UINT;
103 index_format = DXGI_FORMAT_UNKNOWN;
111 if(index_format)
113 bufferd.ByteWidth = index_offset + index_format * num_indices;
137 if(index_format)
138 ctx->IASetIndexBuffer(buffer, index_format, index_offset);
144 if(index_format)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dquery.c300 enum pipe_format rgba_format, index_format, colortbl_format; local
314 index_format = FormatIndexedToPipe(bits_indexed_format);
315 if (index_format == PIPE_FORMAT_NONE)
334 pscreen, index_format, PIPE_TEXTURE_2D, 1,
H A Doutput.c285 enum pipe_format index_format; local
303 index_format = FormatIndexedToPipe(source_indexed_format);
304 if (index_format == PIPE_FORMAT_NONE)
319 res_tmpl.format = index_format;
362 index_format, UTIL_FORMAT_COLORSPACE_RGB, 0);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c300 enum pipe_format rgba_format, index_format, colortbl_format; local
314 index_format = FormatIndexedToPipe(bits_indexed_format);
315 if (index_format == PIPE_FORMAT_NONE)
334 pscreen, index_format, PIPE_TEXTURE_2D, 1,
H A Doutput.c285 enum pipe_format index_format; local
303 index_format = FormatIndexedToPipe(source_indexed_format);
304 if (index_format == PIPE_FORMAT_NONE)
319 res_tmpl.format = index_format;
362 index_format, UTIL_FORMAT_COLORSPACE_RGB, 0);
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc395 bool StoreLoca(const std::vector<uint32_t>& loca_values, int index_format, argument
398 const uint64_t offset_size = index_format ? 4 : 2;
408 if (index_format) {
430 uint16_t index_format; local
432 !file.ReadU16(&index_format)) {
581 return StoreLoca(loca_values, index_format, loca_buf, loca_size);
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc499 bool StoreLoca(const std::vector<uint32_t>& loca_values, int index_format, argument
502 const uint64_t offset_size = index_format ? 4 : 2;
513 if (index_format) {
535 uint16_t index_format; local
537 !file.ReadU16(&index_format)) {
691 return StoreLoca(loca_values, index_format, loca_buf, loca_size);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dbitmap_table_test.cc109 EXPECT_EQ(sub1->index_format(), STRIKE4_SUB1_INDEX_FORMAT);
/external/sfntly/cpp/src/test/
H A Dbitmap_table_test.cc109 EXPECT_EQ(sub1->index_format(), STRIKE4_SUB1_INDEX_FORMAT);
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h485 /* index_format :: The format of index table. Valid values are 1 */
513 FT_UShort index_format; member in struct:TT_SBit_RangeRec_
/external/freetype/include/internal/
H A Dtttypes.h554 /* index_format :: The format of index table. Valid values are 1 */
582 FT_UShort index_format; member in struct:TT_SBit_RangeRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h485 /* index_format :: The format of index table. Valid values are 1 */
513 FT_UShort index_format; member in struct:TT_SBit_RangeRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h485 /* index_format :: The format of index table. Valid values are 1 */
513 FT_UShort index_format; member in struct:TT_SBit_RangeRec_
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c960 FT_UInt start, end, index_format, image_format; local
989 index_format = FT_NEXT_USHORT( p );
993 switch ( index_format )
H A Dttsbit0.c802 FT_UInt start, end, index_format, image_format; local
831 index_format = FT_NEXT_USHORT( p );
835 switch ( index_format )
/external/freetype/src/sfnt/
H A Dttsbit.c1063 FT_UInt start, end, index_format, image_format; local
1092 index_format = FT_NEXT_USHORT( p );
1096 switch ( index_format )

Completed in 1316 milliseconds

12