OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxptag
(Results
1 - 3
of
3
) sorted by null
/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/src/ports/
SkFontHost_win.cpp
86
const DWORD
maxpTag
=
89
if (GetFontData(hdc,
maxpTag
, 4, &glyphs, sizeof(glyphs)) != GDI_ERROR) {
[
all
...]
Completed in 74 milliseconds