OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextFallbackFontIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp
651
int
nextFallbackFontIndex
= currFallbackFontIndex + 1;
653
if(
nextFallbackFontIndex
>= currentFallbackList->count()) {
667
while (
nextFallbackFontIndex
< currentFallbackList->count()) {
668
FamilyRecID familyRecID = currentFallbackList->getAt(
nextFallbackFontIndex
);
674
nextFallbackFontIndex
++;
680
variant,
nextFallbackFontIndex
, currentFallbackList->getAt(
nextFallbackFontIndex
),
[
all
...]
/external/skia/src/ports/
SkFontConfigInterface_android.cpp
651
int
nextFallbackFontIndex
= currFallbackFontIndex + 1;
653
if(
nextFallbackFontIndex
>= currentFallbackList->count()) {
667
while (
nextFallbackFontIndex
< currentFallbackList->count()) {
668
FamilyRecID familyRecID = currentFallbackList->getAt(
nextFallbackFontIndex
);
674
nextFallbackFontIndex
++;
680
variant,
nextFallbackFontIndex
, currentFallbackList->getAt(
nextFallbackFontIndex
),
[
all
...]
Completed in 37 milliseconds