OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxpTag
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.cpp
174
LETag
maxpTag
= LE_MAXP_TABLE_TAG;
176
const MAXPTable *maxpTable = (MAXPTable *) getFontTable(
maxpTag
);
/external/icu4c/test/letest/
FontObject.cpp
210
LETag
maxpTag
= 0x6D617870; // 'maxp'
215
MAXPTable *maxpTable = (MAXPTable *) readTable(
maxpTag
, &length);
PortableFontInstance.cpp
341
LETag
maxpTag
= LE_MAXP_TABLE_TAG;
343
const MAXPTable *maxpTable = (MAXPTable *) readFontTable(
maxpTag
);
/external/skia/legacy/src/ports/
SkFontHost_win.cpp
119
const DWORD
maxpTag
=
122
if (GetFontData(hdc,
maxpTag
, 4, &glyphs, sizeof(glyphs)) != GDI_ERROR) {
[
all
...]
/external/skia/src/ports/
SkFontHost_win.cpp
186
const DWORD
maxpTag
=
189
if (GetFontData(hdc,
maxpTag
, 4, &glyphs, sizeof(glyphs)) != GDI_ERROR) {
[
all
...]
Completed in 647 milliseconds