Home
last modified time | relevance | path

Searched refs:gMaxCount (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DFontPlatformDataAndroid.cpp36 static int gMaxCount; variable
40 if (++gCount > gMaxCount) in inc_count()
42 gMaxCount = gCount; in inc_count()
43 SkDebugf("---------- FontPlatformData %d\n", gMaxCount); in inc_count()