HomeSort by relevance Sort by last modified time
    Searched refs: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 24 milliseconds