Home
last modified time | relevance | path

Searched refs:MaskType (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/gpu/ops/
DGrAtlasTextOp.h105 enum class MaskType : uint32_t { enum
116 static constexpr int kMaskTypeCount = static_cast<int>(MaskType::kLast) + 1;
141 GrAtlasTextOp(MaskType maskType,
148 GrAtlasTextOp(MaskType maskType,
201 case MaskType::kLCDCoverage: in maskFormat()
203 case MaskType::kColorBitmap: in maskFormat()
205 case MaskType::kGrayscaleCoverage: in maskFormat()
206 case MaskType::kAliasedDistanceField: in maskFormat()
207 case MaskType::kGrayscaleDistanceField: in maskFormat()
208 case MaskType::kLCDDistanceField: in maskFormat()
[all …]
DGrAtlasTextOp.cpp62 GrAtlasTextOp::GrAtlasTextOp(MaskType maskType, in GrAtlasTextOp()
84 GrAtlasTextOp::GrAtlasTextOp(MaskType maskType, in GrAtlasTextOp()
165 if (this->maskType() == MaskType::kColorBitmap) { in finalize()
174 case MaskType::kGrayscaleCoverage: in finalize()
175 case MaskType::kAliasedDistanceField: in finalize()
176 case MaskType::kGrayscaleDistanceField: in finalize()
179 case MaskType::kLCDCoverage: in finalize()
180 case MaskType::kLCDDistanceField: in finalize()
181 case MaskType::kLCDBGRDistanceField: in finalize()
184 case MaskType::kColorBitmap: in finalize()
[all …]
/external/llvm-project/clang/include/clang/AST/
DOSLog.h77 StringRef MaskType; variable
83 MaskType(maskType) { in TheKind()
108 StringRef getMaskType() const { return MaskType; } in getMaskType()
DFormatString.h512 StringRef MaskType; variable
598 StringRef getMaskType() const { return MaskType; } in getMaskType()
599 void setMaskType(StringRef S) { MaskType = S; } in setMaskType()
734 virtual void handleInvalidMaskType(StringRef MaskType) {} in handleInvalidMaskType() argument
/external/skqp/src/gpu/ops/
DGrAtlasTextOp.h80 enum MaskType { enum
90 MaskType maskType() const { return fMaskType; } in maskType()
169 MaskType fMaskType;
/external/llvm-project/clang/lib/AST/
DOSLog.cpp29 StringRef MaskType; member
131 ArgsData.back().MaskType = FS.getMaskType(); in HandlePrintfSpecifier()
138 if (!Data.MaskType.empty()) { in computeLayout()
141 Size, 0, Data.MaskType); in computeLayout()
DPrintfFormatString.cpp144 StringRef MaskType = MatchedStr.substr(sizeof("mask.") - 1); in ParsePrintfSpecifier() local
145 unsigned Size = MaskType.size(); in ParsePrintfSpecifier()
147 H.handleInvalidMaskType(MaskType); in ParsePrintfSpecifier()
148 FS.setMaskType(MaskType); in ParsePrintfSpecifier()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h493 using MaskType = typename std::conditional< in blendWith() local
497 static_assert(sizeof(MaskType) == sizeof(Container), in blendWith()
503 const MaskType *const MaskPtr = in blendWith()
504 reinterpret_cast<const MaskType *const>(&Mask); in blendWith()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h605 using MaskType = typename std::conditional< in blendWith() local
609 static_assert(sizeof(MaskType) == sizeof(Container), in blendWith()
615 const MaskType *const MaskPtr = in blendWith()
616 reinterpret_cast<const MaskType *const>(&Mask); in blendWith()
/external/skia/src/gpu/text/
DGrTextBlob.cpp64 GrAtlasTextOp::MaskType op_mask_type(GrMaskFormat grMaskFormat) { in op_mask_type()
66 case kA8_GrMaskFormat: return GrAtlasTextOp::MaskType::kGrayscaleCoverage; in op_mask_type()
67 case kA565_GrMaskFormat: return GrAtlasTextOp::MaskType::kLCDCoverage; in op_mask_type()
68 case kARGB_GrMaskFormat: return GrAtlasTextOp::MaskType::kColorBitmap; in op_mask_type()
1200 static std::tuple<GrAtlasTextOp::MaskType, uint32_t, bool> calculate_sdf_parameters( in calculate_sdf_parameters()
1209 using MT = GrAtlasTextOp::MaskType; in calculate_sdf_parameters()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotMasksTests.cpp39 enum MaskType enum
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp1588 using MaskType = int32_t; in Shuffle8bpcGatherd() typedef
1590 using MaskType = uint32_t; in Shuffle8bpcGatherd()
1592 std::vector<MaskType> vShuffleMasks[4] = { in Shuffle8bpcGatherd()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java5697 private static final class MaskType implements Trie2.ValueMapper { class in UCharacter.UCharacterTypeIterator
5704 private static final MaskType MASK_TYPE=new MaskType();
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java5076 private static final class MaskType implements Trie2.ValueMapper { class in UCharacter.UCharacterTypeIterator
5083 private static final MaskType MASK_TYPE=new MaskType();
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h6265 static constexpr Type MaskType = IceType_void;
6269 Func, MaskType, NoBase,
6290 Func, MaskType, NoBase,
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7975 void handleInvalidMaskType(StringRef MaskType) override;
8028 void CheckPrintfHandler::handleInvalidMaskType(StringRef MaskType) { in handleInvalidMaskType() argument
8029 S.Diag(getLocationOfByte(MaskType.data()), diag::err_invalid_mask_type_size); in handleInvalidMaskType()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...