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

  /external/chromium_org/third_party/skia/include/gpu/
GrGlyph.h 25 GrPlot* fPlot;
32 fPlot = NULL;
  /external/skia/include/gpu/
GrGlyph.h 25 GrPlot* fPlot;
32 fPlot = NULL;
  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp 149 if (true || NULL == glyph->fPlot) {
158 if (NULL == glyph->fPlot) {
208 SkASSERT(glyph->fPlot);
210 glyph->fPlot->setDrawToken(drawToken);
216 GrTexture* texture = glyph->fPlot->texture();
GrDistanceFieldTextContext.cpp 146 if (true || NULL == glyph->fPlot) {
155 if (NULL == glyph->fPlot) {
204 SkASSERT(glyph->fPlot);
206 glyph->fPlot->setDrawToken(drawToken);
208 GrTexture* texture = glyph->fPlot->texture();
GrTextStrike.cpp 244 if (glyph->fPlot && glyph->fPlot->drawToken().isIssued()) {
245 glyph->fPlot = NULL;
296 SkASSERT(NULL == glyph->fPlot);
417 glyph->fPlot = plot;
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 149 if (true || NULL == glyph->fPlot) {
158 if (NULL == glyph->fPlot) {
208 SkASSERT(glyph->fPlot);
210 glyph->fPlot->setDrawToken(drawToken);
216 GrTexture* texture = glyph->fPlot->texture();
GrDistanceFieldTextContext.cpp 146 if (true || NULL == glyph->fPlot) {
155 if (NULL == glyph->fPlot) {
204 SkASSERT(glyph->fPlot);
206 glyph->fPlot->setDrawToken(drawToken);
208 GrTexture* texture = glyph->fPlot->texture();
GrTextStrike.cpp 244 if (glyph->fPlot && glyph->fPlot->drawToken().isIssued()) {
245 glyph->fPlot = NULL;
296 SkASSERT(NULL == glyph->fPlot);
417 glyph->fPlot = plot;

Completed in 31 milliseconds