OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyBits
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/images/
SkPageFlipper.h
28
you're about to draw into. This
copyBits
region will be disjoint from the
50
region is the invalidate are that needs to be drawn to. The
copyBits
58
const SkRegion& update(SkRegion*
copyBits
);
/external/skia/src/images/
SkPageFlipper.cpp
77
const SkRegion& SkPageFlipper::update(SkRegion*
copyBits
) {
79
copyBits
->op(*fDirty0, *fDirty1, SkRegion::kDifference_Op);
SkFlipPixelRef.cpp
26
SkRegion
copyBits
;
27
const SkRegion& dirty = fFlipper.update(&
copyBits
);
29
SkFlipPixelRef::CopyBitsFromAddr(*device,
copyBits
, readAddr);
Completed in 15 milliseconds