HomeSort by relevance Sort by last modified time
    Searched refs:fContext (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Global.h 44 return Local<Context>::New(fIsolate, fContext);
73 Persistent<Context> fContext;
  /external/chromium_org/third_party/skia/src/gpu/
GrSWMaskHelper.h 45 : fContext(context)
100 GrContext* fContext;
GrBitmapTextContext.cpp 73 return !SkDraw::ShouldDrawTextAsPaths(paint, fContext->getMatrix());
90 drawState->setFromPaint(fPaint, SkMatrix::I(), fContext->getRenderTarget());
148 fDrawTarget->setIndexSourceToBuffer(fContext->getQuadIndexBuffer());
194 SkAutoGlyphCache autoCache(fSkPaint, &fDeviceProperties, &fContext->getMatrix());
201 fContext->getMatrix().mapXY(x, y, &loc);
232 SkAxisAlignment baseline = SkComputeAxisAlignmentForHText(fContext->getMatrix());
248 autoMatrix.setIdentity(fContext, &fPaint);
287 SkAutoGlyphCache autoCache(fSkPaint, &fDeviceProperties, &fContext->getMatrix());
292 SkMatrix ctm = fContext->getMatrix();
294 autoMatrix.setIdentity(fContext, &fPaint)
    [all...]
GrDistanceFieldTextContext.cpp 94 !fContext->getTextTarget()->caps()->shaderDerivativeSupport()) {
105 if (SkDraw::ShouldDrawTextAsPaths(paint, fContext->getMatrix())) {
127 const SkMatrix& ctm = fContext->getMatrix();
182 drawState->setFromPaint(fPaint, fContext->getMatrix(), fContext->getRenderTarget());
227 fDrawTarget->setIndexSourceToBuffer(fContext->getQuadIndexBuffer());
248 fStrike = fContext->getFontCache()->getStrike(scaler, true);
284 if (fContext->getFontCache()->freeUnusedPlot(fStrike) &&
291 fContext->getFontCache()->dump();
297 fContext->flush()
    [all...]
GrSoftwarePathRenderer.cpp 18 if (NULL == fContext) {
115 if (NULL == fContext) {
133 GrSWMaskHelper::DrawPathMaskToTexture(fContext, path, stroke,
GrClipMaskCache.h 127 back->acquireMask(fContext, clipGenID, desc, bound);
176 fContext = context;
180 return fContext;
231 GrContext* fContext;
GrTextContext.h 46 GrContext* fContext;
GrStencilAndCoverTextContext.cpp 207 && fContext->getMatrix().hasPerspective()) {
248 fContextInitialMatrix = fContext->getMatrix();
268 fContext->setMatrix(m);
279 fGlyphs = get_gr_glyphs(fContext, fGlyphCache->getScalerContext()->getTypeface(),
347 fContext->concatMatrix(textMatrix);
351 get_gr_glyphs(fContext, fSkPaint.getTypeface(), NULL, gpuStroke) :
352 get_gr_glyphs(fContext, fGlyphCache->getScalerContext()->getTypeface(),
358 fDrawTarget->drawState()->setFromPaint(fPaint, fContext->getMatrix(),
359 fContext->getRenderTarget());
423 fContext->setMatrix(fContextInitialMatrix)
    [all...]
  /external/skia/experimental/SkV8Example/
Global.h 44 return Local<Context>::New(fIsolate, fContext);
73 Persistent<Context> fContext;
  /external/skia/src/gpu/
GrSWMaskHelper.h 44 : fContext(context) {
98 GrContext* fContext;
GrDistanceFieldTextContext.cpp 71 !fContext->getTextTarget()->caps()->shaderDerivativeSupport()) {
82 if (SkDraw::ShouldDrawTextAsPaths(paint, fContext->getMatrix())) {
106 drawState->setFromPaint(fPaint, fContext->getMatrix(), fContext->getRenderTarget());
133 fContext->getMatrix().rectStaysRect() &&
134 fContext->getMatrix().isSimilarity(),
161 fContext->getMatrix().isSimilarity()),
166 fContext->getMatrix().isSimilarity()),
175 fDrawTarget->setIndexSourceToBuffer(fContext->getQuadIndexBuffer());
204 fStrike = fContext->getFontCache()->getStrike(scaler, true)
    [all...]
GrBitmapTextContext.cpp 72 return !SkDraw::ShouldDrawTextAsPaths(paint, fContext->getMatrix());
89 drawState->setFromPaint(fPaint, SkMatrix::I(), fContext->getRenderTarget());
150 fDrawTarget->setIndexSourceToBuffer(fContext->getQuadIndexBuffer());
196 SkAutoGlyphCache autoCache(fSkPaint, &fDeviceProperties, &fContext->getMatrix());
203 fContext->getMatrix().mapXY(x, y, &loc);
234 SkAxisAlignment baseline = SkComputeAxisAlignmentForHText(fContext->getMatrix());
250 autoMatrix.setIdentity(fContext, &fPaint);
289 SkAutoGlyphCache autoCache(fSkPaint, &fDeviceProperties, &fContext->getMatrix());
294 SkMatrix ctm = fContext->getMatrix();
296 autoMatrix.setIdentity(fContext, &fPaint)
    [all...]
GrSoftwarePathRenderer.cpp 18 if (!antiAlias || NULL == fContext) {
121 if (NULL == fContext) {
139 GrSWMaskHelper::DrawPathMaskToTexture(fContext, path, stroke,
SkGpuDevice.cpp 123 GrContext* fContext;
167 fContext = context;
168 fContext->ref();
171 fMainTextContext = SkNEW_ARGS(GrDistanceFieldTextContext, (fContext, fLeakyProperties,
173 fFallbackTextContext = SkNEW_ARGS(GrBitmapTextContext, (fContext, fLeakyProperties));
241 if (fContext->getRenderTarget() == fRenderTarget) {
242 fContext->setRenderTarget(NULL);
245 if (fContext->getClip() == &fClipData) {
246 fContext->setClip(NULL);
250 fContext->unref()
    [all...]
GrClipMaskCache.h 126 back->acquireMask(fContext, clipGenID, desc, bound);
175 fContext = context;
179 return fContext;
229 GrContext* fContext;
GrTextContext.h 46 GrContext* fContext;
  /external/chromium_org/third_party/skia/experimental/SkiaExamples/
SkExample.h 74 GrContext* fContext;
  /external/chromium_org/third_party/skia/experimental/iOSSampleApp/
SkSampleUIView.h 20 EAGLContext* fContext;
  /external/skia/experimental/SkiaExamples/
SkExample.h 74 GrContext* fContext;
  /external/skia/experimental/iOSSampleApp/
SkSampleUIView.h 20 EAGLContext* fContext;
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 31 GrContext* fContext;
70 GrContext* getContext() const { return fDesc.fContext; }
GrTextureStripAtlas.cpp 64 desc.fContext->addCleanUp(CleanUp, entry);
123 fDesc.fContext->flush();
158 fDesc.fContext->writeTexturePixels(fTexture,
205 fTexture = fDesc.fContext->findAndRefTexture(texDesc, cacheID, &params);
207 fTexture = fDesc.fContext->createTexture(&params, texDesc, cacheID, NULL, 0);
219 fDesc.fContext->purgeCache();
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 64 desc.fContext->addCleanUp(CleanUp, entry);
123 fDesc.fContext->flush();
158 fDesc.fContext->writeTexturePixels(fTexture,
205 fTexture = fDesc.fContext->findAndRefTexture(texDesc, cacheID, &params);
207 fTexture = fDesc.fContext->createTexture(&params, texDesc, cacheID, NULL, 0);
219 fDesc.fContext->purgeCache();
GrTextureStripAtlas.h 31 GrContext* fContext;
70 GrContext* getContext() const { return fDesc.fContext; }
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 52 fContext = EGL_NO_CONTEXT;
67 if (EGL_NO_CONTEXT != fContext) {
68 eglDestroyContext(fDisplay, fContext);
69 fContext = EGL_NO_CONTEXT;
484 &fContext,
499 if (eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
518 eglDestroyContext(fDisplay, fContext);
519 fContext = EGL_NO_CONTEXT;

Completed in 404 milliseconds

1 23 4 5