Home
last modified time | relevance | path

Searched refs:dstArray (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/src/utils/
DSkMultiPictureDocument.cpp138 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()
DSkMultiPictureDocumentPriv.h18 SkDocumentPage* dstArray,
DSkMultiPictureDocument.h43 SkDocumentPage* dstArray,
/third_party/node/deps/v8/src/builtins/
Dwasm.tq367 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/
Dcuda.h126 CUarray dstArray; member
/third_party/skia/src/ports/
DSkFontHost_FreeType.cpp499 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()
DSkFontHost_FreeType_common.h121 void getPostScriptGlyphNames(SkString* dstArray) const override;
DSkTypeface_mac_ct.cpp545 void SkTypeface_Mac::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap()
550 populate_glyph_to_unicode(ctFont.get(), glyphCount, dstArray); in getGlyphToUnicodeMap()
DSkFontHost_win.cpp1620 void LogFontTypeface::getGlyphToUnicodeMap(SkUnichar* dstArray) const { in getGlyphToUnicodeMap()
1623 populate_glyph_to_unicode(hdc, glyphCount, dstArray); in getGlyphToUnicodeMap()
/third_party/skia/include/core/
DSkTypeface.h385 virtual void getGlyphToUnicodeMap(SkUnichar* dstArray) const = 0;
/third_party/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h945 static void assignArray(UnicodeString*& dstArray,
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtfmtsym.h945 static void assignArray(UnicodeString*& dstArray,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtfmtsym.h933 static void assignArray(UnicodeString*& dstArray,
/third_party/node/deps/icu-small/source/i18n/
Ddtfmtsym.cpp300 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/
Ddtfmtsym.cpp300 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/
Ddtfmtsym.cpp300 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/
Dhwcontext_vulkan.c2494 .dstArray = dst_int->cu_array[i], in vulkan_transfer_data_from_cuda()