/third_party/skia/third_party/externals/icu/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/node/deps/icu-small/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()
|
/third_party/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()
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockCaps.h | 18 : INHERITED(contextOptions), fOptions(options) { in GrMockCaps() 58 return fOptions.fConfigOptions[index].fTexturable; in isFormatTexturable() 83 switch (fOptions.fConfigOptions[(int)ct].fRenderability) { in getRenderTargetSampleCount() 100 switch (fOptions.fConfigOptions[(int)ct].fRenderability) { in maxRenderTargetSampleCount() 178 GrMockOptions fOptions; variable
|
/third_party/flutter/skia/tools/gpu/ |
D | GrContextFactory.h | 148 GrContextOptions fOptions; member 179 const GrContextOptions& options() const { return fOptions; } in options() 184 : fType(type), fTestContext(testContext), fGrContext(grContext), fOptions(options) {} in ContextInfo() 190 GrContextOptions fOptions; variable
|
D | GrContextFactory.cpp | 136 context.fOptions); in getContextInfoInternal() 285 context.fOptions = grOptions; in getContextInfoInternal() 287 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, context.fOptions); in getContextInfoInternal()
|
/third_party/skia/tools/gpu/ |
D | GrContextFactory.h | 158 GrContextOptions fOptions; member 191 const GrContextOptions& options() const { return fOptions; } in options() 198 : fType(type), fTestContext(testContext), fContext(context), fOptions(options) {} in ContextInfo() 204 GrContextOptions fOptions; variable
|
D | GrContextFactory.cpp | 151 context.fOptions); in getContextInfoInternal() 340 context.fOptions = grOptions; in getContextInfoInternal() 342 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, context.fOptions); in getContextInfoInternal()
|
/third_party/skia/src/gpu/mock/ |
D | GrMockCaps.h | 18 : INHERITED(contextOptions), fOptions(options) { in GrMockCaps() 56 return fOptions.fCompressedOptions[(int)compression].fTexturable; in isFormatTexturable() 60 return fOptions.fConfigOptions[index].fTexturable; in isFormatTexturable() 99 switch (fOptions.fConfigOptions[(int)ct].fRenderability) { in maxRenderTargetSampleCount() 188 GrMockOptions fOptions; variable
|
/third_party/flutter/skia/include/private/ |
D | GrContext_Base.h | 68 const GrContextOptions& options() const { return fOptions; } in options() 81 const GrContextOptions fOptions; variable
|
/third_party/mesa3d/include/HaikuGL/ |
D | GLRenderer.h | 50 inline ulong Options() const { return fOptions; }; in Options() 64 ulong fOptions; // Keep that tune in memory variable
|
D | GLView.h | 113 uint32 fOptions; variable 183 long fOptions; variable
|
/third_party/flutter/skia/src/codec/ |
D | SkCodec.cpp | 163 , fOptions() in SkCodec() 383 fOptions = *options; in getPixels() 401 fOptions.fSubset = nullptr; in getPixels() 463 fOptions = *options; in startIncrementalDecode() 465 const Result result = this->onStartIncrementalDecode(info, pixels, rowBytes, fOptions); in startIncrementalDecode() 537 fOptions = *options; in startScanlineDecode() 606 fOptions.fSubset ? fOptions.fSubset->width() : in fillIncompleteImage()
|
/third_party/skia/src/codec/ |
D | SkCodec.cpp | 185 , fOptions() in SkCodec() 432 fOptions = *options; in getPixels() 450 fOptions.fSubset = nullptr; in getPixels() 523 fOptions = *options; in startIncrementalDecode() 525 const Result result = this->onStartIncrementalDecode(info, pixels, rowBytes, fOptions); in startIncrementalDecode() 597 fOptions = *options; in startScanlineDecode() 666 fOptions.fSubset ? fOptions.fSubset->width() : in fillIncompleteImage()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.cpp | 50 fOptions(options), in GalliumContext() 152 context->stVisual = hgl_create_st_visual(fOptions); in CreateContext() 175 if (fOptions & BGL_SHARE_CONTEXT) { in CreateContext()
|
D | GalliumContext.h | 48 ulong fOptions; variable
|
D | SoftwareRenderer.h | 48 ulong fOptions; variable
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrTextContext.cpp | 44 : fDistanceAdjustTable(new GrDistanceFieldAdjustTable), fOptions(options) { in GrTextContext() 45 SanitizeOptions(&fOptions); in GrTextContext()
|
D | GrTextContext.h | 89 Options fOptions; variable
|
/third_party/mesa3d/src/hgl/ |
D | GLRenderer.cpp | 16 fOptions(glOptions) in BGLRenderer()
|
/third_party/skia/src/gpu/ |
D | GrContextThreadSafeProxyPriv.h | 31 const GrContextOptions& options() const { return fProxy->fOptions; } in options()
|
/third_party/flutter/skia/src/gpu/ |
D | GrContext_Base.cpp | 27 , fOptions(options) in GrContext_Base()
|
/third_party/skia/include/gpu/ |
D | GrContextThreadSafeProxy.h | 146 const GrContextOptions fOptions; variable
|
/third_party/skia/include/codec/ |
D | SkCodec.h | 823 const Options& options() const { return fOptions; } in options() 872 Options fOptions; variable
|