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
452
SkIPoint
dstPoint
= {0, 0};
453
if (this->copySurface(ast.texture(), rt, copyRect,
dstPoint
)) {
820
const SkIPoint&
dstPoint
,
824
*clippedDstPoint =
dstPoint
;
826
// clip the left edge to src and dst bounds, adjusting
dstPoint
if necessary
836
// clip the top edge to src and dst bounds, adjusting
dstPoint
if necessary
871
const SkIPoint&
dstPoint
) {
881
dstPoint
,
884
SkASSERT(this->canCopySurface(dst, src, srcRect,
dstPoint
));
896
const SkIPoint&
dstPoint
) {
[
all
...]
/external/skia/src/gpu/
GrDrawTarget.cpp
452
SkIPoint
dstPoint
= {0, 0};
453
if (this->copySurface(ast.texture(), rt, copyRect,
dstPoint
)) {
820
const SkIPoint&
dstPoint
,
824
*clippedDstPoint =
dstPoint
;
826
// clip the left edge to src and dst bounds, adjusting
dstPoint
if necessary
836
// clip the top edge to src and dst bounds, adjusting
dstPoint
if necessary
871
const SkIPoint&
dstPoint
) {
881
dstPoint
,
884
SkASSERT(this->canCopySurface(dst, src, srcRect,
dstPoint
));
896
const SkIPoint&
dstPoint
) {
[
all
...]
Completed in 44 milliseconds