HomeSort by relevance Sort by last modified time
    Searched defs:fContext (Results 26 - 50 of 57) sorted by null

12 3

  /external/skia/src/gpu/
GrTracing.h 44 GrGpuTraceMarkerGeneratorContext(GrContext* context) : fContext(context) {}
48 fContext->removeGpuTraceMarker(fTraceMarker.get());
56 fContext->addGpuTraceMarker(traceMarker);
60 GrContext* fContext;
GrClipMaskCache.h 126 back->acquireMask(fContext, clipGenID, desc, bound);
175 fContext = context;
179 return fContext;
229 GrContext* fContext;
SkGr.cpp 498 fContext = context;
501 SkASSERT(NULL != fContext);
502 fContext->setMatrix(fMatrix);
505 GrContext* fContext;
GrDrawTarget.h     [all...]
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...]
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.h 377 decContext fContext;
  /external/chromium_org/third_party/skia/experimental/SkiaExamples/
SkExample.h 74 GrContext* fContext;
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 66 CGLContextObj fContext;
68 EGLContext fContext;
72 GLXContext fContext;
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Win.h 76 EGLContext fContext;
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskCache.h 126 back->acquireMask(fContext, clipGenID, desc, bound);
175 fContext = context;
179 return fContext;
229 GrContext* fContext;
SkGr.cpp 498 fContext = context;
501 SkASSERT(NULL != fContext);
502 fContext->setMatrix(fMatrix);
505 GrContext* fContext;
GrDrawTarget.h     [all...]
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...]
GrContext.cpp 73 AutoCheckFlush(GrContext* context) : fContext(context) { SkASSERT(NULL != context); }
76 if (fContext->fFlushToReduceCacheSize) {
77 fContext->flush();
82 GrContext* fContext;
    [all...]
  /external/skia/experimental/SkiaExamples/
SkExample.h 74 GrContext* fContext;
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 66 CGLContextObj fContext;
68 EGLContext fContext;
72 GLXContext fContext;
  /external/skia/include/views/
SkOSWindow_Win.h 76 EGLContext fContext;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 69 * @see #fContext
87 protected int[] fContext = new int[8];
114 fContext[fCurrentContext] = fNamespaceSize;
133 if (fCurrentContext + 1 == fContext.length) {
134 int[] contextarray = new int[fContext.length * 2];
135 System.arraycopy(fContext, 0, contextarray, 0, fContext.length);
136 fContext = contextarray;
140 fContext[++fCurrentContext] = fNamespaceSize;
149 fNamespaceSize = fContext[fCurrentContext--];
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 31 GrContext* fContext;
70 GrContext* getContext() const { return fDesc.fContext; }
  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 166 if ((fContext = JS_NewContext(fRuntime, 0x1000)) == NULL) {
171 if ((fGlobal = JS_NewObject(fContext, &global_class, NULL, NULL)) == NULL) {
175 if (JS_InitStandardClasses(fContext, fGlobal) == NULL) {
182 InitializeDisplayables(getBitmap(), fContext, fGlobal, NULL);
187 JS_DestroyContext(fContext);
193 return JS_EvaluateScript(fContext, fGlobal, script, strlen(script),
198 JSString* str = JS_ValueToString(fContext, value);
  /external/icu/icu4c/source/i18n/
digitlst.h 390 decContext fContext; // public access to status flags.
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 31 GrContext* fContext;
70 GrContext* getContext() const { return fDesc.fContext; }
  /external/skia/src/xml/
SkJS.cpp 166 if ((fContext = JS_NewContext(fRuntime, 0x1000)) == NULL) {
171 if ((fGlobal = JS_NewObject(fContext, &global_class, NULL, NULL)) == NULL) {
175 if (JS_InitStandardClasses(fContext, fGlobal) == NULL) {
182 InitializeDisplayables(getBitmap(), fContext, fGlobal, NULL);
187 JS_DestroyContext(fContext);
193 return JS_EvaluateScript(fContext, fGlobal, script, strlen(script),
198 JSString* str = JS_ValueToString(fContext, value);
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 730 fContext = context;
735 fContext = context;
738 if (NULL != fContext) {
739 fContext->setRenderTarget(fPrevTarget);
744 GrContext* fContext;
764 AutoMatrix() : fContext(NULL) {}
776 fContext = context;
796 fContext = context;
    [all...]
  /external/skia/include/gpu/
GrContext.h 730 fContext = context;
735 fContext = context;
738 if (NULL != fContext) {
739 fContext->setRenderTarget(fPrevTarget);
744 GrContext* fContext;
764 AutoMatrix() : fContext(NULL) {}
776 fContext = context;
796 fContext = context;
    [all...]

Completed in 358 milliseconds

12 3