/external/icu/icu4c/source/common/ |
D | normlzr.cpp | 41 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/skqp/src/gpu/mock/ |
D | GrMockCaps.h | 18 : 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/mock/ |
D | GrMockCaps.h | 18 : INHERITED(contextOptions), fOptions(options) { in GrMockCaps() 57 return fOptions.fCompressedOptions[(int)compression].fTexturable; in isFormatTexturable() 61 return fOptions.fConfigOptions[index].fTexturable; in isFormatTexturable() 90 switch (fOptions.fConfigOptions[(int)ct].fRenderability) { in getRenderTargetSampleCount() 112 switch (fOptions.fConfigOptions[(int)ct].fRenderability) { in maxRenderTargetSampleCount() 201 GrMockOptions fOptions; variable
|
/external/skqp/tools/gpu/ |
D | GrContextFactory.h | 152 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
|
D | GrContextFactory.cpp | 134 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/tools/gpu/ |
D | GrContextFactory.h | 155 GrContextOptions fOptions; member 187 const GrContextOptions& options() const { return fOptions; } in options() 194 : fType(type), fTestContext(testContext), fContext(context), fOptions(options) {} in ContextInfo() 200 GrContextOptions fOptions; variable
|
D | GrContextFactory.cpp | 152 context.fOptions); in getContextInfoInternal() 338 context.fOptions = grOptions; in getContextInfoInternal() 340 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, context.fOptions); in getContextInfoInternal()
|
/external/mesa3d/include/HaikuGL/ |
D | GLRenderer.h | 51 inline ulong Options() const { return fOptions; }; in Options() 66 ulong fOptions; // Keep that tune in memory variable
|
D | GLView.h | 112 uint32 fOptions; variable 182 long fOptions; variable
|
/external/skqp/src/codec/ |
D | SkCodec.cpp | 144 , 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/src/codec/ |
D | SkCodec.cpp | 168 , fOptions() in SkCodec() 415 fOptions = *options; in getPixels() 433 fOptions.fSubset = nullptr; in getPixels() 506 fOptions = *options; in startIncrementalDecode() 508 const Result result = this->onStartIncrementalDecode(info, pixels, rowBytes, fOptions); in startIncrementalDecode() 580 fOptions = *options; in startScanlineDecode() 649 fOptions.fSubset ? fOptions.fSubset->width() : in fillIncompleteImage()
|
/external/mesa3d/src/hgl/ |
D | GLRendererRoster.cpp | 36 fOptions(options), in GLRendererRoster() 208 = instantiate_renderer(fView, fOptions, new BGLDispatcher()); in CreateRenderer()
|
D | GLRendererRoster.h | 44 ulong fOptions; variable
|
D | GLRenderer.cpp | 19 fOptions(glOptions), in BGLRenderer()
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.h | 47 ulong fOptions; variable
|
D | SoftwareRenderer.h | 51 ulong fOptions; variable
|
D | GalliumContext.cpp | 47 fOptions(options), in GalliumContext() 140 context->stVisual = hgl_create_st_visual(fOptions); in CreateContext()
|
/external/skqp/src/gpu/text/ |
D | GrTextContext.cpp | 44 : fDistanceAdjustTable(new GrDistanceFieldAdjustTable), fOptions(options) { in GrTextContext() 45 SanitizeOptions(&fOptions); in GrTextContext()
|
D | GrTextContext.h | 85 Options fOptions; variable
|
/external/skqp/src/gpu/ |
D | GrContextThreadSafeProxyPriv.h | 20 const GrContextOptions& contextOptions() { return fProxy->fOptions; } in contextOptions()
|
D | GrContextThreadSafeProxy.cpp | 25 , fOptions(options) in GrContextThreadSafeProxy()
|
/external/skqp/include/gpu/ |
D | GrContextThreadSafeProxy.h | 96 const GrContextOptions fOptions; variable
|
/external/skia/src/gpu/ |
D | GrContextThreadSafeProxyPriv.h | 31 const GrContextOptions& options() const { return fProxy->fOptions; } in options()
|
/external/skia/include/gpu/ |
D | GrContextThreadSafeProxy.h | 137 const GrContextOptions fOptions; variable
|
/external/skqp/include/codec/ |
D | SkCodec.h | 780 const Options& options() const { return fOptions; } in options() 829 Options fOptions; variable
|