Lines Matching refs:proxy
197 // assumption here is that sw bitmap size is a good proxy for its size as
339 // Assumes srcRect and dstRect have already been optimized to fit the proxy
358 GrSurfaceProxy* proxy = view.proxy();
359 // Must specify the strict constraint when the proxy is not functionally exact and the src
360 // rect would access pixels outside the proxy's content area without the constraint.
361 if (constraint != SkCanvas::kStrict_SrcRectConstraint && !proxy->isFunctionallyExact()) {
366 SkRect safeBounds = proxy->getBoundsRect();
412 // Assumes srcRect and dstRect have already been optimized to fit the proxy.
893 // issue the accumulated 'n' draws starting at 'base'. 'p' represents the number of proxy
976 textures[i].fProxyView.proxy(),
977 textures[base].fProxyView.proxy()) ||
986 if (n == 1 || textures[i - 1].fProxyView.proxy() != textures[i].fProxyView.proxy()) {
987 // First proxy or a different proxy (that is compatible, otherwise we'd have drawn up