Searched refs:textP (Results 1 - 1 of 1) sorted by relevance

/external/skia/gm/
H A Dcolortypexfermode.cpp118 SkPaint textP; variable
119 textP.setAntiAlias(true);
120 textP.setTypeface(fColorType);
121 textP.setTextSize(SkIntToScalar(70));
144 textP.setXfermode(mode);
145 canvas->drawText("H", 1, x+ w/10.f, y + 7.f*h/8.f, textP);

Completed in 40 milliseconds