OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pixel_refs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
picture.cc
145
const PixelRefMap&
pixel_refs
) :
149
pixel_refs_(
pixel_refs
) {
252
skia::LazyPixelRefList
pixel_refs
;
local
253
skia::LazyPixelRefUtils::GatherPixelRefs(picture_.get(), &
pixel_refs
);
254
for (skia::LazyPixelRefList::const_iterator it =
pixel_refs
.begin();
255
it !=
pixel_refs
.end();
/external/chromium_org/skia/ext/
lazy_pixel_ref_utils_unittest.cc
192
std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef>
pixel_refs
;
local
193
skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &
pixel_refs
);
195
EXPECT_EQ(3u,
pixel_refs
.size());
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));
245
std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef>
pixel_refs
;
local
246
skia::LazyPixelRefUtils::GatherPixelRefs(picture.get(), &
pixel_refs
);
248
EXPECT_EQ(3u,
pixel_refs
.size());
250
gfx::SkRectToRectF(
pixel_refs
[0].pixel_ref_rect))
291
std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef>
pixel_refs
;
local
342
std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef>
pixel_refs
;
local
392
std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef>
pixel_refs
;
local
436
std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef>
pixel_refs
;
local
489
std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef>
pixel_refs
;
local
542
std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef>
pixel_refs
;
local
605
std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef>
pixel_refs
;
local
650
std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef>
pixel_refs
;
local
723
std::vector<skia::LazyPixelRefUtils::PositionLazyPixelRef>
pixel_refs
;
local
[
all
...]
Completed in 1226 milliseconds