OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gFTCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp
83
static int
gFTCount
;
344
if (1 == ++
gFTCount
) {
359
if (0 == --
gFTCount
) {
737
if (
gFTCount
== 0) {
742
++
gFTCount
;
937
if (--
gFTCount
== 0) {
[
all
...]
/external/skia/src/ports/
SkFontHost_FreeType.cpp
85
static int
gFTCount
;
347
if (1 == ++
gFTCount
) {
362
if (0 == --
gFTCount
) {
844
if (
gFTCount
== 0) {
849
++
gFTCount
;
[
all
...]
Completed in 277 milliseconds