/third_party/skia/src/utils/ |
D | SkMultiPictureDocument.cpp | 138 SkDocumentPage* dstArray, in SkMultiPictureDocumentReadPageSizes() argument 140 if (!dstArray || dstArrayCount < 1) { in SkMultiPictureDocumentReadPageSizes() 148 SkSize& s = dstArray[i].fSize; in SkMultiPictureDocumentReadPageSizes() 189 SkDocumentPage* dstArray, in SkMultiPictureDocumentRead() argument 192 if (!SkMultiPictureDocumentReadPageSizes(stream, dstArray, dstArrayCount)) { in SkMultiPictureDocumentRead() 197 joined = SkSize{std::max(joined.width(), dstArray[i].fSize.width()), in SkMultiPictureDocumentRead() 198 std::max(joined.height(), dstArray[i].fSize.height())}; in SkMultiPictureDocumentRead() 206 PagerCanvas canvas(joined.toCeil(), dstArray, dstArrayCount); in SkMultiPictureDocumentRead()
|
D | SkMultiPictureDocumentPriv.h | 18 SkDocumentPage* dstArray,
|
D | SkMultiPictureDocument.h | 43 SkDocumentPage* dstArray,
|
/third_party/node/deps/v8/src/builtins/ |
D | wasm.tq | 367 const dstArray = %RawDownCast<WasmArray>(dstObject); 371 if (dstIndex + length > dstArray.length || dstIndex + length < dstIndex || 377 LoadContextFromFrame(), dstArray, SmiFromUint32(dstIndex), srcArray, 382 dstIndex: uint32, srcIndex: uint32, length: uint32, dstArray: WasmArray, 386 LoadContextFromFrame(), dstArray, SmiFromUint32(dstIndex), srcArray,
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/ |
D | cuda.h | 126 CUarray dstArray; member
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 499 void SkTypeface_FreeType::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap() 507 if (!dstArray) { SkASSERT(numGlyphs == 0); } in getGlyphToUnicodeMap() 508 sk_bzero(dstArray, sizeof(SkUnichar) * numGlyphs); in getGlyphToUnicodeMap() 515 if (0 == dstArray[glyphIndex]) { in getGlyphToUnicodeMap() 516 dstArray[glyphIndex] = charCode; in getGlyphToUnicodeMap() 522 void SkTypeface_FreeType::getPostScriptGlyphNames(SkString* dstArray) const { in getPostScriptGlyphNames() 530 if (!dstArray) { SkASSERT(numGlyphs == 0); } in getPostScriptGlyphNames() 536 dstArray[gID] = glyphName; in getPostScriptGlyphNames()
|
D | SkFontHost_FreeType_common.h | 121 void getPostScriptGlyphNames(SkString* dstArray) const override;
|
D | SkTypeface_mac_ct.cpp | 545 void SkTypeface_Mac::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap() 550 populate_glyph_to_unicode(ctFont.get(), glyphCount, dstArray); in getGlyphToUnicodeMap()
|
D | SkFontHost_win.cpp | 1620 void LogFontTypeface::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap() 1623 populate_glyph_to_unicode(hdc, glyphCount, dstArray); in getGlyphToUnicodeMap()
|
/third_party/skia/include/core/ |
D | SkTypeface.h | 385 virtual void getGlyphToUnicodeMap(SkUnichar* dstArray) const = 0;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 945 static void assignArray(UnicodeString*& dstArray,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | dtfmtsym.h | 945 static void assignArray(UnicodeString*& dstArray,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | dtfmtsym.h | 933 static void assignArray(UnicodeString*& dstArray,
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtfmtsym.cpp | 300 DateFormatSymbols::assignArray(UnicodeString*& dstArray, in assignArray() argument 322 dstArray = nullptr; in assignArray() 326 dstArray = newUnicodeStringArray(srcCount); in assignArray() 327 if(dstArray != nullptr) { in assignArray() 330 dstArray[i].fastCopyFrom(srcArray[i]); in assignArray()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtfmtsym.cpp | 300 DateFormatSymbols::assignArray(UnicodeString*& dstArray, in assignArray() argument 318 dstArray = newUnicodeStringArray(srcCount); in assignArray() 319 if(dstArray != NULL) { in assignArray() 322 dstArray[i].fastCopyFrom(srcArray[i]); in assignArray()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 300 DateFormatSymbols::assignArray(UnicodeString*& dstArray, in assignArray() argument 318 dstArray = newUnicodeStringArray(srcCount); in assignArray() 319 if(dstArray != NULL) { in assignArray() 322 dstArray[i].fastCopyFrom(srcArray[i]); in assignArray()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.c | 2494 .dstArray = dst_int->cu_array[i], in vulkan_transfer_data_from_cuda()
|