HomeSort by relevance Sort by last modified time
    Searched refs:MaskType (Results 1 - 11 of 11) sorted by null

  /external/skia/include/core/
SkFont.h 114 enum MaskType {
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; }
164 SkFont(sk_sp<SkTypeface>, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType,
  /external/skia/src/core/
SkFont.cpp 12 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType mt,
28 MaskType mt, uint32_t flags) {
42 sk_sp<SkFont> SkFont::Make(sk_sp<SkTypeface> face, SkScalar size, MaskType mt, uint32_t flags) {
144 MaskType maskType = SkFont::kBW_MaskType;
146 maskType = paint.isLCDRenderText() ? kLCD_MaskType : kA8_MaskType;
150 paint.getTextSkewX(), maskType, flags);
  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 165 enum MaskType {
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp 70 template <typename BitType, typename MaskType = VkFlags>
80 : m_mask(static_cast<MaskType>(bit))
154 explicit operator MaskType() const
160 MaskType m_mask;
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 405 milliseconds