OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bothzero
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/ports/
SkFontHost_win.cpp
47
static bool
bothZero
(SkScalar a, SkScalar b) {
54
(
bothZero
(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
55
bothZero
(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
[
all
...]
SkFontHost_FreeType.cpp
620
static bool
bothZero
(SkScalar a, SkScalar b) {
627
(
bothZero
(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
628
bothZero
(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
[
all
...]
Completed in 226 milliseconds