/external/chromium_org/third_party/boringssl/src/crypto/buf/ |
D | buf.c | 194 size_t BUF_strlcpy(char *dst, const char *src, size_t dst_size) { in BUF_strlcpy() 209 size_t BUF_strlcat(char *dst, const char *src, size_t dst_size) { in BUF_strlcat() 217 void *BUF_memdup(const void *data, size_t dst_size) { in BUF_memdup()
|
/external/chromium_org/content/common/gpu/client/ |
D | gl_helper_scaling.cc | 278 const gfx::Size& dst_size, in ConvertScalerOpsToScalerStages() 399 const gfx::Size& dst_size, in ComputeScalerStages() 442 const gfx::Size& dst_size, in CreateScaler() 464 const gfx::Size& dst_size, in CreatePlanarScaler() 481 const gfx::Size& dst_size, in CreateYuvMrtShader() 876 const gfx::Size& dst_size, in UseProgram()
|
D | gl_helper.cc | 372 const gfx::Size& dst_size, in CreateScaler() 388 const gfx::Size& dst_size, in ScaleTexture() 465 const gfx::Size& dst_size, in ReadbackAsync() 508 const gfx::Size& dst_size, in CropScaleReadbackAndCleanTexture() 638 const gfx::Size& dst_size, in ReadbackTextureAsync() 673 const gfx::Size& dst_size, in CopyAndScaleTexture() 772 const gfx::Size& dst_size, in CropScaleReadbackAndCleanTexture() 793 const gfx::Size& dst_size, in CropScaleReadbackAndCleanMailbox() 820 const gfx::Size& dst_size, in ReadbackTextureAsync() 840 const gfx::Size& dst_size, in CopyAndScaleTexture() [all …]
|
D | gl_helper_benchmark.cc | 141 const gfx::Size dst_size(output_sizes[outsize], in TEST_F() local 263 const gfx::Size dst_size(input.width() * percents[p] / 100, in TEST_F() local
|
D | gl_helper_scaling.h | 156 gfx::Size dst_size; member
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
D | realloc_unittest.cc | 91 for (int dst_size = 0; dst_size >= 0; dst_size = NextSize(dst_size)) { in main() local
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
D | realloc_unittest.cc | 91 for (int dst_size = 0; dst_size >= 0; dst_size = NextSize(dst_size)) { in main() local
|
/external/fio/ |
D | cconv.c | 13 static void __string_to_net(uint8_t *dst, const char *src, size_t dst_size) in __string_to_net()
|
/external/chromium_org/third_party/brotli/src/woff2/ |
D | woff2_dec.cc | 201 uint8_t* dst, size_t dst_size, size_t* glyph_size) { in StorePoints() 354 size_t dst_size, size_t* glyph_size, bool* have_instructions) { in ProcessComposite() 396 uint8_t* dst, size_t dst_size) { in StoreLoca() 419 uint8_t* dst, size_t dst_size, in ReconstructGlyf() 664 bool Woff2Uncompress(uint8_t* dst_buf, size_t dst_size, in Woff2Uncompress()
|
D | glyph.cc | 247 uint8_t* dst, size_t dst_size) { in StorePoints() 342 bool StoreGlyph(const Glyph& glyph, uint8_t* dst, size_t* dst_size) { in StoreGlyph()
|
D | font.cc | 93 bool WriteFont(const Font& font, uint8_t* dst, size_t dst_size) { in WriteFont()
|
/external/chromium_org/content/renderer/media/webrtc/ |
D | webrtc_video_capturer_adapter.cc | 156 const size_t dst_size = in UpdateI420Buffer() local
|
/external/chromium_org/third_party/webrtc/base/ |
D | autodetectproxy.cc | 26 size_t dst_size) { in SaveStringToStack()
|
/external/chromium_org/third_party/ots/src/ |
D | woff2.cc | 305 uint8_t* dst, size_t dst_size, size_t* glyph_size) { in StorePoints() 458 size_t dst_size, size_t* glyph_size, bool* have_instructions) { in ProcessComposite() 500 uint8_t* dst, size_t dst_size) { in StoreLoca() 524 uint8_t* dst, size_t dst_size, in ReconstructGlyf() 777 bool Woff2Uncompress(uint8_t* dst_buf, size_t dst_size, in Woff2Uncompress()
|
/external/pixman/test/ |
D | scaling-crash-test.c | 131 do_test (int32_t dst_size, in do_test()
|
/external/opencv/cv/src/ |
D | cvsamplers.cpp | 546 CvSize src_size, dst_size; in cvGetRectSubPix() local 816 CvSize src_size, dst_size; in cvGetQuadrangleSubPix() local
|
/external/chromium_org/base/allocator/ |
D | allocator_unittest.cc | 427 for (int dst_size = 0; dst_size >= 0; dst_size = NextSize(dst_size)) { in TEST() local 477 for (int dst_size = 0; dst_size >= 0; dst_size = NextSize(dst_size)) { in TEST() local
|
/external/opencv/cvaux/src/ |
D | cvlines.cpp | 247 CvSize dst_size, /* dest image size */ in icvPostWarpImage8uC3R()
|
/external/chromium_org/content/child/npapi/ |
D | webplugin_ime_win.cc | 213 DWORD dst_size) { in ImmGetCompositionStringW()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
D | vl_vlc.h | 70 vl_vlc_init_table(struct vl_vlc_entry *dst, unsigned dst_size, const struct vl_vlc_compressed *src,… in vl_vlc_init_table()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_vlc.h | 70 vl_vlc_init_table(struct vl_vlc_entry *dst, unsigned dst_size, const struct vl_vlc_compressed *src,… in vl_vlc_init_table()
|
/external/chromium_org/ui/gfx/geometry/ |
D | rect_base_impl.h | 20 void AdjustAlongAxis(Type dst_origin, Type dst_size, Type* origin, Type* size) { in AdjustAlongAxis()
|
/external/chromium_org/third_party/libyuv/util/ |
D | convert.cc | 230 const int dst_size = dst_width * dst_height * 4; // ARGB scaled in main() local
|
/external/chromium_org/ppapi/cpp/ |
D | rect.cc | 12 void AdjustAlongAxis(T dst_origin, T dst_size, in AdjustAlongAxis()
|
/external/chromium_org/ash/ |
D | root_window_controller.cc | 115 const gfx::Size& dst_size, in MoveOriginRelativeToSize() 126 const gfx::Size dst_size = new_parent->bounds().size(); in ReparentWindow() local
|