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

  /external/chromium_org/third_party/skia/gm/
convexpolyclip.cpp 149 SkPaint txtPaint;
150 txtPaint.setTextSize(23.f);
151 txtPaint.setAntiAlias(true);
152 txtPaint.setColor(SK_ColorDKGRAY);
153 SkScalar textW = txtPaint.measureText(kTxt, SK_ARRAY_COUNT(kTxt)-1);
203 0, 1.5f * txtPaint.getTextSize(),
204 txtPaint);
  /external/skia/gm/
convexpolyclip.cpp 149 SkPaint txtPaint;
150 txtPaint.setTextSize(23.f);
151 txtPaint.setAntiAlias(true);
152 txtPaint.setColor(SK_ColorDKGRAY);
153 SkScalar textW = txtPaint.measureText(kTxt, SK_ARRAY_COUNT(kTxt)-1);
203 0, 1.5f * txtPaint.getTextSize(),
204 txtPaint);

Completed in 58 milliseconds