OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_size_in_pixel
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/compositor/
delegated_frame_host.cc
532
const gfx::Size&
dst_size_in_pixel
,
543
PrepareTextureCopyOutputResult(
dst_size_in_pixel
, color_type,
551
PrepareBitmapCopyOutputResult(
dst_size_in_pixel
, color_type, callback,
576
const gfx::Size&
dst_size_in_pixel
,
588
if (!bitmap->tryAllocPixels(SkImageInfo::Make(
dst_size_in_pixel
.width(),
589
dst_size_in_pixel
.height(),
615
dst_size_in_pixel
,
628
const gfx::Size&
dst_size_in_pixel
,
641
if (source->width() !=
dst_size_in_pixel
.width() ||
642
source->height() !=
dst_size_in_pixel
.height())
[
all
...]
delegated_frame_host.h
184
const gfx::Size&
dst_size_in_pixel
,
189
const gfx::Size&
dst_size_in_pixel
,
194
const gfx::Size&
dst_size_in_pixel
,
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc
843
gfx::Size
dst_size_in_pixel
=
local
849
SynchronousCopyContents(src_subrect_in_pixel,
dst_size_in_pixel
, callback,
873
dst_size_in_pixel
,
[
all
...]
render_widget_host_view_android.h
306
const gfx::Size&
dst_size_in_pixel
,
312
const gfx::Size&
dst_size_in_pixel
,
322
const gfx::Size&
dst_size_in_pixel
,
Completed in 64 milliseconds