| /third_party/skia/src/codec/ |
| D | SkMaskSwizzler.cpp | 13 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 …]
|
| D | SkMasks.cpp | 127 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
|
| D | SkBmpMaskCodec.cpp | 17 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
|
| D | SkBmpCodec.cpp | 527 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/ |
| D | RangeSpecification.java | 79 char[] masks = new char[s.length()]; in from() local 92 char[] masks = new char[length]; in any() local
|
| /third_party/skia/docs/examples/ |
| D | Path_getSegmentMasks.cpp | 10 const char* masks[] = { "line", "quad", "conic", "cubic" }; in draw() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkRenderPass.cpp | 109 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/ |
| D | inotifyd.c | 53 char *path = *ss, *masks = strchr(*ss, ':'); in inotifyd_main() local
|
| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| D | pshrec.h | 108 PS_Mask masks; member 117 PS_Mask_TableRec masks; member
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| D | dri_screen.c | 156 uint32_t masks[4]; in driCreateConfigs() member 194 const uint32_t * masks; in driCreateConfigs() local
|
| /third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
| D | QrTemplate.java | 40 final int[][] masks; // masks.length == 8, and masks[i].length == template.length. field in QrTemplate
|
| D | QrCode.java | 391 private int handleConstructorMasking(int[][] masks, int msk) { in handleConstructorMasking()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | rbt_rule.cpp | 254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | rbt_rule.cpp | 254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule
|
| /third_party/icu/icu4c/source/i18n/ |
| D | rbt_rule.cpp | 254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule
|
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| D | TransliterationRule.java | 272 public boolean masks(TransliterationRule r2) { in masks() method in TransliterationRule
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | TransliterationRule.java | 273 public boolean masks(TransliterationRule r2) { in masks() method in TransliterationRule
|
| /third_party/astc-encoder/Utils/ |
| D | astc_quant_generator.cpp | 91 unsigned int masks[6]; member
|
| /third_party/rust/crates/aho-corasick/src/packed/teddy/ |
| D | compile.rs | 222 masks: Vec<Mask>, field
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_target_nv50.cpp | 578 recordLocation(uint16_t *locs, uint8_t *masks, in recordLocation()
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_const.c | 392 LLVMValueRef masks[LP_MAX_VECTOR_LENGTH]; in lp_build_const_mask_aos() local
|
| /third_party/skia/src/gpu/text/ |
| D | GrAtlasManager.cpp | 103 static constexpr SkMasks masks{ in get_packed_glyph_image() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-shape-complex-use.cc | 240 hb_mask_t masks[4], all_masks = 0; in setup_topographical_masks() local
|
| /third_party/skia/src/gpu/v1/ |
| D | ClipStack.cpp | 862 Mask::Stack* masks) { in invalidateMasks() 1593 GrFPResult ClipStack::GetSWMaskFP(GrRecordingContext* context, Mask::Stack* masks, in GetSWMaskFP()
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_builtin_builder.h | 132 uint64_t masks = 1ull << (x->bit_size - 1); in nir_copysign() local
|