HomeSort by relevance Sort by last modified time
    Searched refs:bothZero (Results 1 - 4 of 4) sorted by null

  /external/skia/src/ports/
SkFontHost_FreeType.cpp 631 static bool bothZero(SkScalar a, SkScalar b) {
638 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
639 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
    [all...]
SkFontHost_win.cpp 67 static bool bothZero(SkScalar a, SkScalar b) {
74 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
75 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
    [all...]
  /external/skqp/src/ports/
SkFontHost_FreeType.cpp 631 static bool bothZero(SkScalar a, SkScalar b) {
638 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
639 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
    [all...]
SkFontHost_win.cpp 67 static bool bothZero(SkScalar a, SkScalar b) {
74 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
75 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
    [all...]

Completed in 518 milliseconds