HomeSort by relevance Sort by last modified time
    Searched full:fcontext (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp 29 fAutoMatrix.setIdentity(fContext, &fPaint);
60 drawState->setFromPaint(fPaint, SkMatrix::I(), fContext->getRenderTarget());
99 fDrawTarget->setIndexSourceToBuffer(fContext->getQuadIndexBuffer());
130 fStrike = fContext->getFontCache()->getStrike(scaler, false);
132 fStrike = fContext->getFontCache()->getStrike(scaler);
164 fContext->getFontCache()->freePlotExceptFor(fStrike);
171 fContext->getFontCache()->dump();
177 fContext->flush();
180 fContext->getFontCache()->purgeExceptFor(fStrike);
201 am.setPreConcat(fContext, translate, &tmpPaint)
    [all...]
GrDistanceFieldTextContext.cpp 61 drawState->setFromPaint(fPaint, fContext->getMatrix(), fContext->getRenderTarget());
97 fDrawTarget->setIndexSourceToBuffer(fContext->getQuadIndexBuffer());
126 fStrike = fContext->getFontCache()->getStrike(scaler, true);
161 fContext->getFontCache()->freePlotExceptFor(fStrike);
168 fContext->getFontCache()->dump();
174 fContext->flush();
177 fContext->getFontCache()->purgeExceptFor(fStrike);
197 am.setPreConcat(fContext, translate, &tmpPaint);
199 fContext->drawPath(tmpPaint, *glyph->fPath, stroke)
    [all...]
SkGpuDevice.cpp 115 GrContext* fContext;
199 fContext = context;
200 fContext->ref();
234 fContext = context;
235 fContext->ref();
259 SkAutoTUnref<GrTexture> texture(fContext->createUncachedTexture(desc, NULL, 0));
284 if (fContext->getRenderTarget() == fRenderTarget) {
285 fContext->setRenderTarget(NULL);
288 if (fContext->getClip() == &fClipData) {
289 fContext->setClip(NULL)
    [all...]
GrClipMaskCache.h 126 back->acquireMask(fContext, clipGenID, desc, bound);
175 fContext = context;
179 return fContext;
229 GrContext* fContext;
GrTest.h 32 SkAutoTUnref<GrContext> fContext;
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 29 fAutoMatrix.setIdentity(fContext, &fPaint);
60 drawState->setFromPaint(fPaint, SkMatrix::I(), fContext->getRenderTarget());
99 fDrawTarget->setIndexSourceToBuffer(fContext->getQuadIndexBuffer());
130 fStrike = fContext->getFontCache()->getStrike(scaler, false);
132 fStrike = fContext->getFontCache()->getStrike(scaler);
164 fContext->getFontCache()->freePlotExceptFor(fStrike);
171 fContext->getFontCache()->dump();
177 fContext->flush();
180 fContext->getFontCache()->purgeExceptFor(fStrike);
201 am.setPreConcat(fContext, translate, &tmpPaint)
    [all...]
GrDistanceFieldTextContext.cpp 61 drawState->setFromPaint(fPaint, fContext->getMatrix(), fContext->getRenderTarget());
97 fDrawTarget->setIndexSourceToBuffer(fContext->getQuadIndexBuffer());
126 fStrike = fContext->getFontCache()->getStrike(scaler, true);
161 fContext->getFontCache()->freePlotExceptFor(fStrike);
168 fContext->getFontCache()->dump();
174 fContext->flush();
177 fContext->getFontCache()->purgeExceptFor(fStrike);
197 am.setPreConcat(fContext, translate, &tmpPaint);
199 fContext->drawPath(tmpPaint, *glyph->fPath, stroke)
    [all...]
SkGpuDevice.cpp 115 GrContext* fContext;
199 fContext = context;
200 fContext->ref();
234 fContext = context;
235 fContext->ref();
259 SkAutoTUnref<GrTexture> texture(fContext->createUncachedTexture(desc, NULL, 0));
284 if (fContext->getRenderTarget() == fRenderTarget) {
285 fContext->setRenderTarget(NULL);
288 if (fContext->getClip() == &fClipData) {
289 fContext->setClip(NULL)
    [all...]
GrClipMaskCache.h 126 back->acquireMask(fContext, clipGenID, desc, bound);
175 fContext = context;
179 return fContext;
229 GrContext* fContext;
GrTest.h 32 SkAutoTUnref<GrContext> fContext;
  /external/chromium_org/third_party/skia/include/gpu/
GrTextContext.h 32 GrContext* fContext;
GrContext.h 646 fContext = context;
651 fContext = context;
654 if (NULL != fContext) {
655 fContext->setRenderTarget(fPrevTarget);
660 GrContext* fContext;
680 AutoMatrix() : fContext(NULL) {}
692 fContext = context;
712 fContext = context;
729 fContext = context;
747 fContext->concatMatrix(preConcat)
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkANGLEGLContext.h 43 EGLContext fContext;
SkMesaGLContext.h 45 Context fContext;
  /external/chromium_org/third_party/skia/include/xml/
SkJS.h 37 JSContext *fContext;
  /external/chromium_org/third_party/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 17 : fContext(NULL)
  /external/skia/include/gpu/
GrTextContext.h 32 GrContext* fContext;
GrContext.h 646 fContext = context;
651 fContext = context;
654 if (NULL != fContext) {
655 fContext->setRenderTarget(fPrevTarget);
660 GrContext* fContext;
680 AutoMatrix() : fContext(NULL) {}
692 fContext = context;
712 fContext = context;
729 fContext = context;
747 fContext->concatMatrix(preConcat)
    [all...]
  /external/skia/include/gpu/gl/
SkANGLEGLContext.h 43 EGLContext fContext;
SkMesaGLContext.h 45 Context fContext;
  /external/skia/include/xml/
SkJS.h 37 JSContext *fContext;
  /external/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 17 : fContext(NULL)
  /external/skia/tools/skpdiff/
SkCLImageDiffer.cpp 21 fContext = context;
25 fCommandQueue = clCreateCommandQueue(fContext, fDevice, 0, &queueErr);
63 cl_program program = clCreateProgramWithSource(fContext, 1, &source, &sourceLen, NULL);
110 *image = clCreateImage2D(fContext, CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR,
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.cpp 80 uprv_decContextDefault(&fContext, DEC_INIT_BASE);
81 fContext.traps = 0;
82 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN);
83 fContext.digits = fStorage.getCapacity();
116 uprv_memcpy(&fContext, &other.fContext, sizeof(decContext));
121 // Always reset the fContext.digits, even if fDecNumber was not reallocated,
122 // because above we copied fContext from other.fContext.
123 fContext.digits = fStorage.getCapacity()
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 72 uprv_decContextDefault(&fContext, DEC_INIT_BASE);
73 fContext.traps = 0;
74 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN);
75 fContext.digits = fStorage.getCapacity();
107 uprv_memcpy(&fContext, &other.fContext, sizeof(decContext));
112 // Always reset the fContext.digits, even if fDecNumber was not reallocated,
113 // because above we copied fContext from other.fContext.
114 fContext.digits = fStorage.getCapacity()
    [all...]

Completed in 3094 milliseconds

12 3 4