OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findFace
(Results
1 - 2
of
2
) sorted by null
/frameworks/minikin/include/minikin/
Layout.h
110
int
findFace
(FakedFont face, LayoutContext* ctx);
/frameworks/minikin/libs/minikin/
Layout.cpp
389
int Layout::
findFace
(FakedFont face, LayoutContext* ctx) {
696
int font_ix =
findFace
(run.fakedFont, ctx);
781
int font_ix =
findFace
(src->mFaces[i], NULL);
Completed in 689 milliseconds