OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:font_ix
(Results
1 - 2
of
2
) sorted by null
/frameworks/minikin/libs/minikin/
Layout.cpp
611
const uint8_t
font_ix
= findOrPushBackFace(fakedFont);
local
612
if (hbFonts.size() ==
font_ix
) { // findOrPushBackFace push backed the new face.
621
const HbFontUniquePtr& hbFont = hbFonts[
font_ix
];
714
LayoutGlyph glyph = {
font_ix
, glyph_ix, x + xoff, y + yoff};
766
uint8_t
font_ix
= findOrPushBackFace(src.mFaces[i]);
local
772
int
font_ix
= fontMap[srcGlyph.
font_ix
];
local
[
all
...]
/frameworks/minikin/include/minikin/
Layout.h
42
int
font_ix
;
member in struct:minikin::LayoutGlyph
Completed in 194 milliseconds