OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bothZero
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp
722
static bool
bothZero
(SkScalar a, SkScalar b) {
729
(
bothZero
(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
730
bothZero
(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
[
all
...]
SkFontHost_win.cpp
65
static bool
bothZero
(SkScalar a, SkScalar b) {
72
(
bothZero
(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
73
bothZero
(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
[
all
...]
Completed in 45 milliseconds