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
27
const SkIRect&
dstIR
,
38
dstIR
,
87
const SkIRect&
dstIR
, SkIRect* srcIR) {
88
SkIRect clipBounds =
dstIR
;
164
const SkIRect
dstIR
= layerRect.roundOut();
168
if (!compute_source_rect(info, initialMat,
dstIR
, &srcIR) ||
174
info, srcIR,
dstIR
, atlased, recycled, true, 0);
217
const SkIRect
dstIR
= layerRect.roundOut();
220
if (!compute_source_rect(info, initialMat,
dstIR
, &srcIR)) {
224
prepare_for_hoisting(layerCache, topLevelPicture, initialMat, info, srcIR,
dstIR
,
[
all
...]
GrLayerCache.h
154
const SkIRect&
dstIR
,
163
, fDstIR(
dstIR
)
199
const SkIRect&
dstIR
() const { return fDstIR; }
319
const SkIRect&
dstIR
,
406
const SkIRect& srcIR, const SkIRect&
dstIR
,
GrLayerCache.cpp
133
const SkIRect&
dstIR
,
140
GrCachedLayer* layer = new GrCachedLayer(pictureID, start, stop, srcIR,
dstIR
, initialMat, key,
155
const SkIRect&
dstIR
,
164
srcIR,
dstIR
, initialMat,
Completed in 143 milliseconds