OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trans_face
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/ots/test/
side-by-side.cc
146
FT_Face orig_face, FT_Face
trans_face
,
159
ret = LoadChar(
trans_face
, true, pt, c);
164
outline = &
trans_face
->glyph->outline;
182
FT_Face
trans_face
;
local
183
error = FT_New_Memory_Face(library, trans_font, trans_len, 0, &
trans_face
);
208
int ret = LoadCharThenCompare(library, orig_face,
trans_face
,
validator-checker.cc
56
FT_Face
trans_face
;
local
57
error = FT_New_Memory_Face(library, trans_font, trans_len, 0, &
trans_face
);
83
LoadChar(
trans_face
, kPts[i], kUnicodeRanges[j] + k);
Completed in 42 milliseconds