Searched refs:comp_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_readback_unittest.cc152 uint32 comp_count; member in struct:gpu::TestFormat
285 for (uint32 kk = 0; kk < test_formats[ii].comp_count; ++kk) {
302 for (uint32 kk = 0; kk < test_formats[ii].comp_count; ++kk) {
/external/chromium_org/third_party/ots/src/
H A Dgsub.cc286 uint16_t comp_count = 0; local
289 !subtable.ReadU16(&comp_count)) {
297 if (comp_count == 0 || comp_count > num_glyphs) {
300 for (unsigned i = 0; i < comp_count - static_cast<unsigned>(1); ++i) {
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh1162 unsigned int comp_count = lig_attach.rows; local
1163 if (unlikely (!comp_count)) return TRACE_RETURN (false);
1174 comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1;
1176 comp_index = comp_count - 1;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh1162 unsigned int comp_count = lig_attach.rows; local
1163 if (unlikely (!comp_count)) return TRACE_RETURN (false);
1174 comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1;
1176 comp_index = comp_count - 1;

Completed in 176 milliseconds