Home
last modified time | relevance | path

Searched defs:masks (Results 1 – 25 of 57) sorted by relevance

123

/third_party/skia/src/codec/
DSkMaskSwizzler.cpp13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_opaque()
30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_opaque()
47 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_unpremul()
65 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_unpremul()
83 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_premul()
101 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_premul()
121 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565()
138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_opaque()
155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_opaque()
172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_unpremul()
[all …]
DSkMasks.cpp127 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
DSkBmpMaskCodec.cpp17 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
DSkBmpCodec.cpp527 std::unique_ptr<SkMasks> masks(SkMasks::CreateMasks(inputMasks, bitsPerPixel/8)); in ReadHeader() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeSpecification.java79 char[] masks = new char[s.length()]; in from() local
92 char[] masks = new char[length]; in any() local
/third_party/skia/docs/examples/
DPath_getSegmentMasks.cpp10 const char* masks[] = { "line", "quad", "conic", "cubic" }; in draw() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkRenderPass.cpp109 bool GetViewMasks(const VkRenderPassCreateInfo *pCreateInfo, uint32_t *masks) in GetViewMasks()
114 bool GetViewMasks(const VkRenderPassCreateInfo2KHR *pCreateInfo, uint32_t *masks) in GetViewMasks()
218 uint32_t *masks = reinterpret_cast<uint32_t *>(hostMemory); in init() local
/third_party/toybox/toys/other/
Dinotifyd.c53 char *path = *ss, *masks = strchr(*ss, ':'); in inotifyd_main() local
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshrec.h108 PS_Mask masks; member
117 PS_Mask_TableRec masks; member
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c156 uint32_t masks[4]; in driCreateConfigs() member
194 const uint32_t * masks; in driCreateConfigs() local
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrTemplate.java40 final int[][] masks; // masks.length == 8, and masks[i].length == template.length. field in QrTemplate
DQrCode.java391 private int handleConstructorMasking(int[][] masks, int msk) { in handleConstructorMasking()
/third_party/node/deps/icu-small/source/i18n/
Drbt_rule.cpp254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule
/third_party/skia/third_party/externals/icu/source/i18n/
Drbt_rule.cpp254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule
/third_party/icu/icu4c/source/i18n/
Drbt_rule.cpp254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRule.java272 public boolean masks(TransliterationRule r2) { in masks() method in TransliterationRule
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliterationRule.java273 public boolean masks(TransliterationRule r2) { in masks() method in TransliterationRule
/third_party/astc-encoder/Utils/
Dastc_quant_generator.cpp91 unsigned int masks[6]; member
/third_party/rust/crates/aho-corasick/src/packed/teddy/
Dcompile.rs222 masks: Vec<Mask>, field
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_nv50.cpp578 recordLocation(uint16_t *locs, uint8_t *masks, in recordLocation()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c392 LLVMValueRef masks[LP_MAX_VECTOR_LENGTH]; in lp_build_const_mask_aos() local
/third_party/skia/src/gpu/text/
DGrAtlasManager.cpp103 static constexpr SkMasks masks{ in get_packed_glyph_image() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-use.cc240 hb_mask_t masks[4], all_masks = 0; in setup_topographical_masks() local
/third_party/skia/src/gpu/v1/
DClipStack.cpp862 Mask::Stack* masks) { in invalidateMasks()
1593 GrFPResult ClipStack::GetSWMaskFP(GrRecordingContext* context, Mask::Stack* masks, in GetSWMaskFP()
/third_party/mesa3d/src/compiler/nir/
Dnir_builtin_builder.h132 uint64_t masks = 1ull << (x->bit_size - 1); in nir_copysign() local

123