OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevWS
(Results
1 - 2
of
2
) sorted by null
/external/skia/legacy/src/views/
SkTextBox.cpp
31
int
prevWS
= true;
40
if (!currWS &&
prevWS
)
42
prevWS
= currWS;
/external/skia/src/views/
SkTextBox.cpp
25
int
prevWS
= true;
35
if (!currWS &&
prevWS
) {
38
prevWS
= currWS;
Completed in 5433 milliseconds