OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_ws
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkParse.cpp
17
static inline bool
is_ws
(int c)
function
29
return
is_ws
(c) || c == ',' || c == ';';
52
while (
is_ws
(*str))
127
if (*str == 0 ||
is_ws
(*str))
SkParsePath.cpp
15
static inline bool
is_ws
(int c) {
function
24
return
is_ws
(c) || c == ',';
37
while (
is_ws
(*str))
/external/skia/src/utils/
SkParse.cpp
17
static inline bool
is_ws
(int c)
function
29
return
is_ws
(c) || c == ',' || c == ';';
52
while (
is_ws
(*str))
127
if (*str == 0 ||
is_ws
(*str))
SkParsePath.cpp
15
static inline bool
is_ws
(int c) {
function
24
return
is_ws
(c) || c == ',';
37
while (
is_ws
(*str))
/external/chromium_org/third_party/skia/src/animator/
SkParseSVGPath.cpp
60
static inline bool
is_ws
(int c)
function
72
return
is_ws
(c) || c == ',';
78
while (
is_ws
(*str))
SkScript.cpp
163
static inline bool
is_ws
(int c)
function
400
while (
is_ws
(ch = script[0]))
441
while (
is_ws
(ch = script[0]))
527
if (
is_ws
(ch)) {
[
all
...]
SkScriptTokenizer.cpp
105
static inline bool
is_ws
(int c)
function
380
while (
is_ws
(ch = script[0]))
411
while (
is_ws
(ch = script[0]))
481
if (
is_ws
(ch)) {
[
all
...]
/external/chromium_org/third_party/skia/src/views/
SkTextBox.cpp
11
static inline int
is_ws
(int c)
function
33
int currWS =
is_ws
(uni);
43
while (text < stop &&
is_ws
(SkUTF8_ToUnichar(text))) {
/external/skia/src/animator/
SkParseSVGPath.cpp
60
static inline bool
is_ws
(int c)
function
72
return
is_ws
(c) || c == ',';
78
while (
is_ws
(*str))
SkScript.cpp
163
static inline bool
is_ws
(int c)
function
400
while (
is_ws
(ch = script[0]))
441
while (
is_ws
(ch = script[0]))
527
if (
is_ws
(ch)) {
[
all
...]
SkScriptTokenizer.cpp
105
static inline bool
is_ws
(int c)
function
380
while (
is_ws
(ch = script[0]))
411
while (
is_ws
(ch = script[0]))
481
if (
is_ws
(ch)) {
[
all
...]
/external/skia/src/views/
SkTextBox.cpp
11
static inline int
is_ws
(int c)
function
33
int currWS =
is_ws
(uni);
43
while (text < stop &&
is_ws
(SkUTF8_ToUnichar(text))) {
Completed in 139 milliseconds