Searched refs:GrSWMaskHelper (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrSWMaskHelper.cpp | 104 void GrSWMaskHelper::draw(const SkRect& rect, SkRegion::Op op, in draw() 124 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op, in draw() 161 bool GrSWMaskHelper::init(const SkIRect& resultBounds, in init() 232 GrTexture* GrSWMaskHelper::createTexture() { in createTexture() 255 void GrSWMaskHelper::sendTextureData(GrTexture *texture, const GrSurfaceDesc& desc, in sendTextureData() 270 void GrSWMaskHelper::compressTextureData(GrTexture *texture, const GrSurfaceDesc& desc) { in compressTextureData() 284 void GrSWMaskHelper::toTexture(GrTexture *texture) { in toTexture() 312 void GrSWMaskHelper::toSDF(unsigned char* sdf) { in toSDF() 325 GrTexture* GrSWMaskHelper::DrawPathMaskToTexture(GrContext* context, in DrawPathMaskToTexture() 331 GrSWMaskHelper helper(context); in DrawPathMaskToTexture() [all …]
|
D | GrSWMaskHelper.h | 42 class GrSWMaskHelper : SkNoncopyable { 44 GrSWMaskHelper(GrContext* context) in GrSWMaskHelper() function
|
D | GrSoftwarePathRenderer.cpp | 142 GrSWMaskHelper::DrawPathMaskToTexture(fContext, path, stroke.getStrokeRec(), in onDrawPath() 150 GrSWMaskHelper::DrawToTargetWithPathMask(texture, target, ©, color, viewMatrix, in onDrawPath()
|
D | GrClipMaskManager.cpp | 1053 GrSWMaskHelper helper(this->getContext()); in createSoftwareClipMask()
|
/external/skia/gyp/ |
D | gpu.gypi | 200 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', 201 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
|
/external/skia/ |
D | Android.mk | 499 src/gpu/GrSWMaskHelper.cpp \
|