Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFont.h114 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/
DSkFont.cpp12 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/
DGrAtlasTextOp.h170 enum MaskType { enum
188 MaskType fMaskType;
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java5493 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/
DUCharacter.java4876 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/
DIceTargetLoweringX86BaseImpl.h6196 static constexpr Type MaskType = IceType_void;
6200 Func, MaskType, NoBase,
6221 Func, MaskType, NoBase,
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp70 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;