/external/chromium_org/chrome/browser/ui/views/location_bar/ |
script_bubble_icon_view.h | 21 void SetScriptCount(size_t script_count);
|
script_bubble_icon_view.cc | 34 void ScriptBubbleIconView::SetScriptCount(size_t script_count) { 35 script_count_ = script_count;
|
location_bar_view.cc | [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-jstf-table.hh | 201 unsigned int *script_count /* IN/OUT */, 203 { return scriptList.get_tags (start_offset, script_count, script_tags); }
|
hb-ot-layout.h | 103 unsigned int *script_count /* IN/OUT */,
|
hb-ot-layout.cc | 188 unsigned int *script_count /* IN/OUT */, 193 return g.get_script_tags (start_offset, script_count, script_tags);
|
hb-ot-layout-gsubgpos-private.hh | [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout.h | 102 unsigned int *script_count /* IN/OUT */,
|
hb-ot-layout.cc | 180 unsigned int *script_count /* IN/OUT */, 185 return g.get_script_tags (start_offset, script_count, script_tags);
|
hb-ot-layout-gsubgpos-private.hh | [all...] |
/external/chromium_org/third_party/ots/src/ |
layout.cc | 1178 uint16_t script_count = 0; local [all...] |
/external/chromium_org/third_party/ots/test/ |
layout_common_table_test.cc | 18 bool BuildFakeScriptListTable(ots::OTSStream *out, const uint16_t script_count, 21 if (!out->WriteU16(script_count)) { 25 kScriptRecordSize * script_count; 27 for (unsigned i = 0; i < script_count; ++i) { 39 for (unsigned i = 0; i < script_count; ++i) {
|
/external/harfbuzz/src/ |
harfbuzz-open.c | 206 HB_UShort n, script_count; local 217 script_count = GET_UShort(); 223 if ( ALLOC_ARRAY( sl->ScriptRecord, script_count, HB_ScriptRecord ) ) 229 for ( n = 0; n < script_count; n++ )
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-open.c | 206 HB_UShort n, script_count; local 217 script_count = GET_UShort(); 223 if ( ALLOC_ARRAY( sl->ScriptRecord, script_count, HB_ScriptRecord ) ) 229 for ( n = 0; n < script_count; n++ )
|