OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fonce
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
QuickRejectTest.cpp
18
bool
fOnce
;
21
fOnce
= true;
25
if (
fOnce
) {
26
fOnce
= false;
/external/skia/gm/
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
80
bool
fOnce
;
82
if (
fOnce
) {
85
fOnce
= true;
94
FilterGM() :
fOnce
(false) {
morphology.cpp
20
fOnce
= false;
58
if (!
fOnce
) {
60
fOnce
= true;
99
bool
fOnce
;
convexpaths.cpp
30
SkOnce
fOnce
;
47
if (
fOnce
.alreadyDone()) {
50
fOnce
.accomplished();
Completed in 3923 milliseconds