HomeSort by relevance Sort by last modified time
    Searched refs:setLCDRenderText (Results 1 - 25 of 43) sorted by null

1 2

  /external/skia/samplecode/
SampleLCD.cpp 49 paint.setLCDRenderText(false);
51 paint.setLCDRenderText(true);
SampleFontScalerTest.cpp 81 paint.setLCDRenderText(true);
SampleTextBox.cpp 83 paint.setLCDRenderText(true);
  /external/skia/bench/
FontScalerBench.cpp 31 paint.setLCDRenderText(fDoLCD);
ShaderMaskBench.cpp 44 fPaint.setLCDRenderText(kLCD == fq);
65 paint.setLCDRenderText(kLCD == fFQ);
TextBench.cpp 61 fPaint.setLCDRenderText(kLCD == fq);
122 paint.setLCDRenderText(kLCD == fFQ);
  /external/skia/gm/
lcdtext.cpp 58 paint.setLCDRenderText(lcdRenderTextEnabled);
103 paint.setLCDRenderText(true);
138 paint.setLCDRenderText(true);
151 noLCD.setLCDRenderText(false);
fontscaler.cpp 35 paint.setLCDRenderText(true);
textblobgeometrychange.cpp 38 paint.setLCDRenderText(true);
gammatext.cpp 75 paint.setLCDRenderText(true);
154 paint.setLCDRenderText(true);
textblobrandomfont.cpp 40 paint.setLCDRenderText(true);
59 paint.setLCDRenderText(false);
fontcache.cpp 45 paint.setLCDRenderText(true);
fontscalerdistortable.cpp 35 paint.setLCDRenderText(true);
lcdoverlap.cpp 46 paint.setLCDRenderText(true);
textblobcolortrans.cpp 47 paint.setLCDRenderText(false);
dftext.cpp 97 paint.setLCDRenderText(true);
172 paint.setLCDRenderText(false);
179 paint.setLCDRenderText(true);
mixedtextblobs.cpp 75 paint.setLCDRenderText(true);
85 paint.setLCDRenderText(false);
gradtext.cpp 123 p.setLCDRenderText(true);
lcdblendmodes.cpp 126 paint.setLCDRenderText(true);
pictureimagefilter.cpp 46 paint.setLCDRenderText(true); // want LCD
fontmgr.cpp 86 paint.setLCDRenderText(true);
188 paint.setLCDRenderText(true);
surface.cpp 38 paint.setLCDRenderText(true);
textblobmixedsizes.cpp 37 paint.setLCDRenderText(true);
  /external/skia/tests/
DrawTextTest.cpp 98 paint.setLCDRenderText(SkToBool(flags & lcdFlag));
TextBlobCacheTest.cpp 107 paint.setLCDRenderText(SkToBool(lcd));

Completed in 1236 milliseconds

1 2