/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()
|
/third_party/flutter/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()
|
/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/flutter/skia/docs/examples/ |
D | Path_getSegmentMasks.cpp | 10 const char* masks[] = { "line", "quad", "conic", "cubic" }; in draw() 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/freetype/src/pshinter/ |
D | pshrec.h | 108 PS_Mask masks; member 117 PS_Mask_TableRec masks; member
|
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/ |
D | pshrec.h | 109 PS_Mask masks; member 118 PS_Mask_TableRec masks; member
|
/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/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsframebuffer.c | 61 Uint32 *masks; in WIN_CreateWindowFramebuffer() local
|
/third_party/flutter/skia/src/core/ |
D | SkDraw_text.cpp | 24 void SkDraw::paintMasks(SkSpan<const SkMask> masks, const SkPaint& paint) const { in paintMasks()
|
D | SkGlyphRunPainter.cpp | 252 SkTDArray<SkMask> masks; in drawForBitmapDevice() local 838 void GrTextBlob::processDeviceMasks(SkSpan<const SkGlyphPos> masks, in processDeviceMasks() 877 void GrTextBlob::processSourceSDFT(SkSpan<const SkGlyphPos> masks, in processSourceSDFT() 898 void GrTextBlob::processSourceFallback(SkSpan<const SkGlyphPos> masks, in processSourceFallback() 916 void GrTextBlob::processDeviceFallback(SkSpan<const SkGlyphPos> masks, in processDeviceFallback()
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstmask.c | 27 static GList *masks = NULL; variable
|
/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/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_pixels.c | 133 Uint32 masks; in pixels_allocFreeFormat() 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
|
/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/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/icu/icu4c/source/i18n/ |
D | rbt_rule.cpp | 254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | rbt_rule.cpp | 254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule
|