Home | History | Annotate | Download | only in ports

Lines Matching refs:SkMax32

481     fWidth = SkMax32(fWidth, glyph.fWidth);
482 fHeight = SkMax32(fHeight, glyph.fHeight);
1122 r = SkMax32(r, 10); g = SkMax32(g, 10); b = SkMax32(b, 10);
1215 dst[i] = SkMax32(dst[i], 10);