/external/skqp/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 | SkBmpMaskCodec.cpp | 17 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
|
D | SkMasks.cpp | 129 SkMasks* SkMasks::CreateMasks(InputMasks masks, uint32_t bitsPerPixel) { in CreateMasks()
|
/external/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 | SkBmpMaskCodec.cpp | 17 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
|
D | SkMasks.cpp | 127 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
|
/external/toybox/toys/other/ |
D | inotifyd.c | 53 char *path = *ss, *masks = strchr(*ss, ':'); in inotifyd_main() local
|
/external/freetype/src/pshinter/ |
D | pshrec.h | 109 PS_Mask masks; member 118 PS_Mask_TableRec masks; member
|
/external/skqp/src/core/ |
D | SkDraw_text.cpp | 39 void SkDraw::paintMasks(SkSpan<const SkMask> masks, const SkPaint& paint) const { in paintMasks()
|
/external/skia/src/core/ |
D | SkDraw_text.cpp | 39 void SkDraw::paintMasks(SkSpan<const SkMask> masks, const SkPaint& paint) const { in paintMasks()
|
D | SkGlyphRunPainter.cpp | 231 SkTDArray<SkMask> masks; in drawForBitmapDevice() local 845 void GrTextBlob::processDeviceMasks(SkSpan<const SkGlyphPos> masks, in processDeviceMasks() 884 void GrTextBlob::processSourceSDFT(SkSpan<const SkGlyphPos> masks, in processSourceSDFT() 906 void GrTextBlob::processSourceFallback(SkSpan<const SkGlyphPos> masks, in processSourceFallback() 925 void GrTextBlob::processDeviceFallback(SkSpan<const SkGlyphPos> masks, in processDeviceFallback()
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_eager.py | 43 def _eager_metrics_fn(model, outputs, targets, sample_weights=None, masks=None): argument
|
/external/strace/tests-m32/ |
D | fanotify_mark.c | 145 static const struct strval64 masks[] = { in main() local
|
/external/strace/tests/ |
D | fanotify_mark.c | 145 static const struct strval64 masks[] = { in main() local
|
/external/strace/tests-mx32/ |
D | fanotify_mark.c | 145 static const struct strval64 masks[] = { in main() local
|
/external/u-boot/drivers/clk/uniphier/ |
D | clk-uniphier.h | 36 u32 masks[UNIPHIER_CLK_MUX_MAX_PARENTS]; member
|
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/ |
D | LZWEncoder.java | 103 int masks[] = {0x0000, 0x0001, 0x0003, 0x0007, 0x000F, 0x001F, 0x003F, 0x007F, 0x00FF, 0x01FF, field in LZWEncoder
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | utils.c | 182 const uint32_t * masks; in driCreateConfigs() local
|
/external/icu/icu4c/source/i18n/ |
D | rbt_rule.cpp | 254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliterationRule.java | 272 public boolean masks(TransliterationRule r2) { in masks() method in TransliterationRule
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliterationRule.java | 273 public boolean masks(TransliterationRule r2) { in masks() method in TransliterationRule
|
/external/skqp/src/gpu/text/ |
D | GrStrikeCache.cpp | 85 void* dst, const SkMasks& masks) { in get_packed_glyph_image()
|
/external/skia/src/gpu/text/ |
D | GrStrikeCache.cpp | 85 void* dst, const SkMasks& masks) { in get_packed_glyph_image()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 562 recordLocation(uint16_t *locs, uint8_t *masks, in recordLocation()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 401 LLVMValueRef masks[LP_MAX_VECTOR_LENGTH]; in lp_build_const_mask_aos() local
|