Home
last modified time | relevance | path

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

123

/external/skqp/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 …]
DSkBmpMaskCodec.cpp17 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
DSkMasks.cpp129 SkMasks* SkMasks::CreateMasks(InputMasks masks, uint32_t bitsPerPixel) { in CreateMasks()
/external/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 …]
DSkBmpMaskCodec.cpp17 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
DSkMasks.cpp127 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
/external/toybox/toys/other/
Dinotifyd.c53 char *path = *ss, *masks = strchr(*ss, ':'); in inotifyd_main() local
/external/freetype/src/pshinter/
Dpshrec.h109 PS_Mask masks; member
118 PS_Mask_TableRec masks; member
/external/skqp/src/core/
DSkDraw_text.cpp39 void SkDraw::paintMasks(SkSpan<const SkMask> masks, const SkPaint& paint) const { in paintMasks()
/external/skia/src/core/
DSkDraw_text.cpp39 void SkDraw::paintMasks(SkSpan<const SkMask> masks, const SkPaint& paint) const { in paintMasks()
DSkGlyphRunPainter.cpp231 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/
Dtraining_eager.py43 def _eager_metrics_fn(model, outputs, targets, sample_weights=None, masks=None): argument
/external/strace/tests-m32/
Dfanotify_mark.c145 static const struct strval64 masks[] = { in main() local
/external/strace/tests/
Dfanotify_mark.c145 static const struct strval64 masks[] = { in main() local
/external/strace/tests-mx32/
Dfanotify_mark.c145 static const struct strval64 masks[] = { in main() local
/external/u-boot/drivers/clk/uniphier/
Dclk-uniphier.h36 u32 masks[UNIPHIER_CLK_MUX_MAX_PARENTS]; member
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DLZWEncoder.java103 int masks[] = {0x0000, 0x0001, 0x0003, 0x0007, 0x000F, 0x001F, 0x003F, 0x007F, 0x00FF, 0x01FF, field in LZWEncoder
/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c182 const uint32_t * masks; in driCreateConfigs() local
/external/icu/icu4c/source/i18n/
Drbt_rule.cpp254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRule.java272 public boolean masks(TransliterationRule r2) { in masks() method in TransliterationRule
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliterationRule.java273 public boolean masks(TransliterationRule r2) { in masks() method in TransliterationRule
/external/skqp/src/gpu/text/
DGrStrikeCache.cpp85 void* dst, const SkMasks& masks) { in get_packed_glyph_image()
/external/skia/src/gpu/text/
DGrStrikeCache.cpp85 void* dst, const SkMasks& masks) { in get_packed_glyph_image()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp562 recordLocation(uint16_t *locs, uint8_t *masks, in recordLocation()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c401 LLVMValueRef masks[LP_MAX_VECTOR_LENGTH]; in lp_build_const_mask_aos() local

123