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

  /external/skia/src/ports/
SkFontHost_FreeType.cpp 654 static bool bothZero(SkScalar a, SkScalar b) {
661 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
662 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
    [all...]
SkFontHost_win.cpp 64 static bool bothZero(SkScalar a, SkScalar b) {
71 (bothZero(rec.fPost2x2[0][1], rec.fPost2x2[1][0]) ||
72 bothZero(rec.fPost2x2[0][0], rec.fPost2x2[1][1]));
    [all...]

Completed in 1367 milliseconds