Lines Matching defs:image
25 #include "src/image/SkImage_Base.h"
26 #include "src/image/SkReadPixelsRec.h"
27 #include "src/image/SkRescaleAndReadPixels.h"
42 #include "src/image/SkImage_Gpu.h"
538 // The filters operate in the local space of the src image, where (0,0) corresponds to the
541 // the clip bounds (since it is assumed to already be in image space).
552 // The output image and offset are relative to the subset rectangle, so the offset needs to
560 // result->subset() ensures that the result's image pixel origin does not affect results.
618 // No need to create a new image if:
670 bool SkImage_pinAsTexture(const SkImage* image, GrRecordingContext* rContext) {
671 SkASSERT(image);
673 return as_IB(image)->onPinAsTexture(rContext);
676 void SkImage_unpinAsTexture(const SkImage* image, GrRecordingContext* rContext) {
677 SkASSERT(image);
679 as_IB(image)->onUnpinAsTexture(rContext);