OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstPoint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp
463
SkIPoint
dstPoint
= {0, 0};
464
if (this->copySurface(ast.texture(), rt, copyRect,
dstPoint
)) {
862
const SkIPoint&
dstPoint
,
866
*clippedDstPoint =
dstPoint
;
868
// clip the left edge to src and dst bounds, adjusting
dstPoint
if necessary
878
// clip the top edge to src and dst bounds, adjusting
dstPoint
if necessary
913
const SkIPoint&
dstPoint
) {
923
dstPoint
,
926
SkASSERT(this->canCopySurface(dst, src, srcRect,
dstPoint
));
938
const SkIPoint&
dstPoint
) {
[
all
...]
GrContext.cpp
[
all
...]
Completed in 376 milliseconds