OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foundFont
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BidiRenderer.java
164
boolean
foundFont
= false;
191
foundFont
= true;
195
if (!
foundFont
) {
/external/skia/src/pdf/
SkPDFFont.cpp
192
SkPDFFont*
foundFont
= *found;
193
SkASSERT(
foundFont
&& multibyte ==
foundFont
->multiByteGlyphs());
194
return SkRef(
foundFont
);
Completed in 55 milliseconds