OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fOnce
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
QuickRejectTest.cpp
17
bool
fOnce
;
20
fOnce
= true;
24
if (
fOnce
) {
25
fOnce
= false;
/external/skia/gm/
morphology.cpp
20
fOnce
= false;
48
if (!
fOnce
) {
50
fOnce
= true;
90
bool
fOnce
;
colormatrix.cpp
17
SkOnce() :
fOnce
(false) {};
20
if (
fOnce
) {
23
fOnce
= true;
28
mutable bool
fOnce
;
42
SkOnce
fOnce
;
44
if (
fOnce
.once()) {
bitmapfilters.cpp
81
bool
fOnce
;
83
if (
fOnce
) {
86
fOnce
= true;
95
FilterGM() :
fOnce
(false) {
convexpaths.cpp
30
SkOnce
fOnce
;
47
if (
fOnce
.alreadyDone()) {
50
fOnce
.accomplished();
Completed in 520 milliseconds