Lines Matching defs:cacheBlob
39 BitmapTextBlob* cacheBlob = this->createBlob(glyphCount, runCount, maxVAStride);
40 return cacheBlob;
51 BitmapTextBlob* cacheBlob = this->createBlob(glyphCount, runCount, maxVAStride);
52 cacheBlob->fKey = key;
54 cacheBlob->fBlurRec = blurRec;
57 cacheBlob->fStrokeInfo.fFrameWidth = paint.getStrokeWidth();
58 cacheBlob->fStrokeInfo.fMiterLimit = paint.getStrokeMiter();
59 cacheBlob->fStrokeInfo.fJoin = paint.getStrokeJoin();
61 this->add(cacheBlob);
62 return cacheBlob;