Searched refs:MaskType (Results 1 – 9 of 9) sorted by relevance
/external/skia/include/core/ |
D | SkFont.h | 114 enum MaskType { enum 120 static sk_sp<SkFont> Make(sk_sp<SkTypeface>, SkScalar size, MaskType, uint32_t flags); 122 MaskType, uint32_t flags); 139 MaskType getMaskType() const { return (MaskType)fMaskType; } in getMaskType() 164 SkFont(sk_sp<SkTypeface>, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType,
|
/external/skia/src/core/ |
D | SkFont.cpp | 12 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType mt, in SkFont() 28 MaskType mt, uint32_t flags) { in Make() 42 sk_sp<SkFont> SkFont::Make(sk_sp<SkTypeface> face, SkScalar size, MaskType mt, uint32_t flags) { in Make() 144 MaskType maskType = SkFont::kBW_MaskType; in Testing_CreateFromPaint()
|
/external/skia/src/gpu/ops/ |
D | GrAtlasTextOp.h | 170 enum MaskType { enum 188 MaskType fMaskType;
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | TestUtil.h | 493 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/ |
D | TestUtil.h | 605 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/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 5493 private static final class MaskType implements Trie2.ValueMapper { class in UCharacter.UCharacterTypeIterator 5500 private static final MaskType MASK_TYPE=new MaskType();
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UCharacter.java | 4876 private static final class MaskType implements Trie2.ValueMapper { class in UCharacter.UCharacterTypeIterator 4883 private static final MaskType MASK_TYPE=new MaskType();
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 6196 static constexpr Type MaskType = IceType_void; 6200 Func, MaskType, NoBase, 6221 Func, MaskType, NoBase,
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 70 template <typename BitType, typename MaskType = VkFlags> 80 : m_mask(static_cast<MaskType>(bit)) in Flags() 154 explicit operator MaskType() const in operator MaskType() 160 MaskType m_mask;
|