Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/icu/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/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()
/third_party/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()
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h18 : 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/
DGrContextFactory.h148 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
DGrContextFactory.cpp136 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/
DGrContextFactory.h158 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
DGrContextFactory.cpp151 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/
DGrMockCaps.h18 : 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/
DGrContext_Base.h68 const GrContextOptions& options() const { return fOptions; } in options()
81 const GrContextOptions fOptions; variable
/third_party/mesa3d/include/HaikuGL/
DGLRenderer.h50 inline ulong Options() const { return fOptions; }; in Options()
64 ulong fOptions; // Keep that tune in memory variable
DGLView.h113 uint32 fOptions; variable
183 long fOptions; variable
/third_party/flutter/skia/src/codec/
DSkCodec.cpp163 , 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/
DSkCodec.cpp185 , 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/
DGalliumContext.cpp50 fOptions(options), in GalliumContext()
152 context->stVisual = hgl_create_st_visual(fOptions); in CreateContext()
175 if (fOptions & BGL_SHARE_CONTEXT) { in CreateContext()
DGalliumContext.h48 ulong fOptions; variable
DSoftwareRenderer.h48 ulong fOptions; variable
/third_party/flutter/skia/src/gpu/text/
DGrTextContext.cpp44 : fDistanceAdjustTable(new GrDistanceFieldAdjustTable), fOptions(options) { in GrTextContext()
45 SanitizeOptions(&fOptions); in GrTextContext()
DGrTextContext.h89 Options fOptions; variable
/third_party/mesa3d/src/hgl/
DGLRenderer.cpp16 fOptions(glOptions) in BGLRenderer()
/third_party/skia/src/gpu/
DGrContextThreadSafeProxyPriv.h31 const GrContextOptions& options() const { return fProxy->fOptions; } in options()
/third_party/flutter/skia/src/gpu/
DGrContext_Base.cpp27 , fOptions(options) in GrContext_Base()
/third_party/skia/include/gpu/
DGrContextThreadSafeProxy.h146 const GrContextOptions fOptions; variable
/third_party/skia/include/codec/
DSkCodec.h823 const Options& options() const { return fOptions; } in options()
872 Options fOptions; variable

12