Home
last modified time | relevance | path

Searched refs:kNone (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/tools/aapt2/compile/
DPseudolocalizer_test.cpp53 EXPECT_TRUE(SimpleHelper("", "", Pseudolocalizer::Method::kNone)); in TEST()
55 Pseudolocalizer::Method::kNone)); in TEST()
58 Pseudolocalizer::Method::kNone)); in TEST()
232 pseudo.SetMethod(Pseudolocalizer::Method::kNone); in TEST()
DPseudolocalizer.h42 kNone, enumerator
DPng.cpp630 enum class TickType { kNone, kTick, kLayoutBounds, kBoth }; enumerator
637 return TickType::kNone; in tickType()
651 return TickType::kNone; in tickType()
664 return TickType::kNone; in tickType()
675 return TickType::kNone; in tickType()
DPseudolocalizer.cpp75 case Method::kNone: in SetMethod()
DPseudolocaleGenerator_test.cpp34 Pseudolocalizer::Method::kNone, &pool); in TEST()
/frameworks/av/media/codec2/vndk/util/
DC2ParamUtils.cpp64 kNone = '.', in camelCaseToDashed() enumerator
70 } type = kNone; in camelCaseToDashed()
102 } else if (type != kNone && type != kUnderscore) { in camelCaseToDashed()
/frameworks/base/libs/hwui/
DVertexBuffer.h28 kNone = 0, enumerator
41 , mMeshFeatureFlags(kNone) in VertexBuffer()
DRecordingCanvas.cpp1049 SkSamplingOptions sampling(filter, SkMipmapMode::kNone); in drawImageLattice()
/frameworks/native/libs/renderengine/skia/filters/
DBlurFilter.cpp102 SkSamplingOptions linear(SkFilterMode::kLinear, SkMipmapMode::kNone); in generate()
152 SkSamplingOptions linearSampling(SkFilterMode::kLinear, SkMipmapMode::kNone); in drawBlurRegion()
/frameworks/base/tools/aapt2/xml/
DXmlActionExecutor_test.cpp47 ASSERT_TRUE(executor.Execute(XmlActionExecutorPolicy::kNone, &diag, doc.get())); in TEST()
DXmlActionExecutor.h35 kNone, enumerator
DXmlActionExecutor.cpp80 if (policy != XmlActionExecutorPolicy::kNone) { in Execute()
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp169 paint.getSkFont().setHinting(SkFontHinting::kNone); in drawText()
253 paint.getSkFont().setHinting(SkFontHinting::kNone); in drawTextOnPath()
/frameworks/base/tools/aapt2/java/
DManifestClassGenerator.cpp117 util::make_unique<ClassDefinition>("Manifest", ClassQualifier::kNone, false); in GenerateManifestClass()
DClassDefinition.h238 enum class ClassQualifier { kNone, kStatic }; enumerator
DJavaClassGenerator.cpp596 ClassDefinition r_class("R", ClassQualifier::kNone, true); in Generate()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp202 return SkSamplingOptions(Paint_to_filter(paint), SkMipmapMode::kNone); in Paint_to_sampling()
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp62 kNone = 0,
/frameworks/base/libs/hwui/jni/
DShader.cpp81 SkMipmapMode::kNone); in BitmapShader_constructor()
DPaint.cpp633 == SkFontHinting::kNone ? 0 : 1; in getHinting()
638 mode == 0 ? SkFontHinting::kNone : SkFontHinting::kNormal); in setHinting()
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp339 if (!executor.Execute(XmlActionExecutorPolicy::kNone, diag, doc.get())) { in ExtractConfiguration()
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp1061 {SkFilterMode::kLinear, SkMipmapMode::kNone}), in drawLayers()