Home
last modified time | relevance | path

Searched refs:fOptions (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/icu4c/source/common/
Dnormlzr.cpp41 UObject(), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(mode), fOptions(0), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
50 UObject(), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(mode), fOptions(0), in Normalizer()
59 UObject(), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(mode), fOptions(0), in Normalizer()
68 UObject(copy), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(copy.fUMode), fOptions(copy.fOptions), in Normalizer()
80 if(fOptions&UNORM_UNICODE_3_2) { in init()
108 …return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextI… in hashCode()
116 fOptions==that.fOptions && in operator ==()
388 fOptions |= option; in setOption()
390 fOptions &= (~option); in setOption()
398 return (fOptions & option) != 0; in getOption()
/external/skia/src/gpu/mock/
DGrMockCaps.h18 : INHERITED(contextOptions), fOptions(options) { in GrMockCaps()
38 return fOptions.fConfigOptions[config].fTexturable; in isConfigTexturable()
47 switch (fOptions.fConfigOptions[config].fRenderability) { in getRenderTargetSampleCount()
59 switch (fOptions.fConfigOptions[config].fRenderability) { in maxRenderTargetSampleCount()
117 GrMockOptions fOptions; variable
/external/skqp/src/gpu/mock/
DGrMockCaps.h18 : INHERITED(contextOptions), fOptions(options) { in GrMockCaps()
38 return fOptions.fConfigOptions[config].fTexturable; in isConfigTexturable()
47 switch (fOptions.fConfigOptions[config].fRenderability) { in getRenderTargetSampleCount()
59 switch (fOptions.fConfigOptions[config].fRenderability) { in maxRenderTargetSampleCount()
117 GrMockOptions fOptions; variable
/external/skia/src/gpu/
DGrContext_Base.cpp33 , fOptions(options) in GrContext_Base()
48 if (GrContextOptions::Enable::kNo == fOptions.fExplicitlyAllocateGPUResources) { in explicitlyAllocateGPUResources()
52 if (GrContextOptions::Enable::kYes == fOptions.fExplicitlyAllocateGPUResources) { in explicitlyAllocateGPUResources()
/external/skia/tools/gpu/
DGrContextFactory.h152 GrContextOptions fOptions; member
183 const GrContextOptions& options() const { return fOptions; } in options()
188 : fType(type), fTestContext(testContext), fGrContext(grContext), fOptions(options) {} in ContextInfo()
194 GrContextOptions fOptions; variable
DGrContextFactory.cpp134 context.fOptions); in getContextInfoInternal()
288 context.fOptions = grOptions; in getContextInfoInternal()
290 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, context.fOptions); in getContextInfoInternal()
/external/skqp/tools/gpu/
DGrContextFactory.h152 GrContextOptions fOptions; member
183 const GrContextOptions& options() const { return fOptions; } in options()
188 : fType(type), fTestContext(testContext), fGrContext(grContext), fOptions(options) {} in ContextInfo()
194 GrContextOptions fOptions; variable
DGrContextFactory.cpp134 context.fOptions); in getContextInfoInternal()
288 context.fOptions = grOptions; in getContextInfoInternal()
290 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, context.fOptions); in getContextInfoInternal()
/external/skia/src/codec/
DSkCodec.cpp144 , fOptions() in SkCodec()
357 fOptions = *options; in getPixels()
375 fOptions.fSubset = nullptr; in getPixels()
437 fOptions = *options; in startIncrementalDecode()
439 const Result result = this->onStartIncrementalDecode(info, pixels, rowBytes, fOptions); in startIncrementalDecode()
511 fOptions = *options; in startScanlineDecode()
580 fOptions.fSubset ? fOptions.fSubset->width() : in fillIncompleteImage()
/external/skqp/src/codec/
DSkCodec.cpp144 , fOptions() in SkCodec()
357 fOptions = *options; in getPixels()
375 fOptions.fSubset = nullptr; in getPixels()
437 fOptions = *options; in startIncrementalDecode()
439 const Result result = this->onStartIncrementalDecode(info, pixels, rowBytes, fOptions); in startIncrementalDecode()
511 fOptions = *options; in startScanlineDecode()
580 fOptions.fSubset ? fOptions.fSubset->width() : in fillIncompleteImage()
/external/skia/include/private/
DGrContext_Base.h58 const GrContextOptions& options() const { return fOptions; } in options()
73 const GrContextOptions fOptions; variable
/external/mesa3d/include/HaikuGL/
DGLRenderer.h51 inline ulong Options() const { return fOptions; }; in Options()
66 ulong fOptions; // Keep that tune in memory variable
DGLView.h112 uint32 fOptions; variable
182 long fOptions; variable
/external/mesa3d/src/hgl/
DGLRendererRoster.cpp36 fOptions(options), in GLRendererRoster()
208 = instantiate_renderer(fView, fOptions, new BGLDispatcher()); in CreateRenderer()
DGLRendererRoster.h44 ulong fOptions; variable
DGLRenderer.cpp19 fOptions(glOptions), in BGLRenderer()
/external/skqp/src/gpu/text/
DGrTextContext.cpp44 : fDistanceAdjustTable(new GrDistanceFieldAdjustTable), fOptions(options) { in GrTextContext()
45 SanitizeOptions(&fOptions); in GrTextContext()
DGrTextContext.h85 Options fOptions; variable
/external/skia/src/gpu/text/
DGrTextContext.cpp44 : fDistanceAdjustTable(new GrDistanceFieldAdjustTable), fOptions(options) { in GrTextContext()
45 SanitizeOptions(&fOptions); in GrTextContext()
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.h47 ulong fOptions; variable
DSoftwareRenderer.h51 ulong fOptions; variable
DGalliumContext.cpp46 fOptions(options), in GalliumContext()
139 context->stVisual = hgl_create_st_visual(fOptions); in CreateContext()
/external/skqp/src/gpu/
DGrContextThreadSafeProxyPriv.h20 const GrContextOptions& contextOptions() { return fProxy->fOptions; } in contextOptions()
/external/skqp/include/gpu/
DGrContextThreadSafeProxy.h96 const GrContextOptions fOptions; variable
/external/skqp/include/codec/
DSkCodec.h780 const Options& options() const { return fOptions; } in options()
829 Options fOptions; variable

12