OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstIR
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/gpu/
GrLayerHoister.cpp
29
const SkIRect&
dstIR
,
40
dstIR
,
89
const SkIRect&
dstIR
, SkIRect* srcIR) {
90
SkIRect clipBounds =
dstIR
;
166
const SkIRect
dstIR
= layerRect.roundOut();
170
if (!compute_source_rect(info, initialMat,
dstIR
, &srcIR) ||
176
info, srcIR,
dstIR
, atlased, recycled, true, 0);
218
const SkIRect
dstIR
= layerRect.roundOut();
221
if (!compute_source_rect(info, initialMat,
dstIR
, &srcIR)) {
225
prepare_for_hoisting(layerCache, topLevelPicture, initialMat, info, srcIR,
dstIR
,
[
all
...]
GrLayerCache.h
147
const SkIRect& srcIR, const SkIRect&
dstIR
,
155
, fDstIR(
dstIR
)
188
const SkIRect&
dstIR
() const { return fDstIR; }
298
const SkIRect&
dstIR
,
382
const SkIRect& srcIR, const SkIRect&
dstIR
,
GrLayerCache.cpp
127
const SkIRect&
dstIR
,
135
srcIR,
dstIR
, initialMat,
150
const SkIRect&
dstIR
,
159
srcIR,
dstIR
, initialMat,
Completed in 48 milliseconds