OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pixel_ref_rect
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/skia/ext/
lazy_pixel_ref_utils.h
21
SkRect
pixel_ref_rect
;
member in struct:skia::LazyPixelRefUtils::PositionLazyPixelRef
lazy_pixel_ref_utils_unittest.cc
197
gfx::SkRectToRectF(pixel_refs[0].
pixel_ref_rect
));
199
gfx::SkRectToRectF(pixel_refs[1].
pixel_ref_rect
));
201
gfx::SkRectToRectF(pixel_refs[2].
pixel_ref_rect
));
250
gfx::SkRectToRectF(pixel_refs[0].
pixel_ref_rect
));
252
gfx::SkRectToRectF(pixel_refs[1].
pixel_ref_rect
));
254
gfx::SkRectToRectF(pixel_refs[2].
pixel_ref_rect
));
296
gfx::SkRectToRectF(pixel_refs[0].
pixel_ref_rect
));
298
gfx::SkRectToRectF(pixel_refs[1].
pixel_ref_rect
));
300
gfx::SkRectToRectF(pixel_refs[2].
pixel_ref_rect
));
347
gfx::SkRectToRectF(pixel_refs[0].
pixel_ref_rect
));
[
all
...]
lazy_pixel_ref_utils.cc
40
position_pixel_ref.
pixel_ref_rect
= rect;
/external/chromium_org/cc/resources/
picture.cc
272
RoundDown(static_cast<int>(it->
pixel_ref_rect
.x()),
274
RoundDown(static_cast<int>(it->
pixel_ref_rect
.y()),
277
RoundDown(static_cast<int>(std::ceil(it->
pixel_ref_rect
.right())),
279
RoundDown(static_cast<int>(std::ceil(it->
pixel_ref_rect
.bottom())),
Completed in 43 milliseconds