Lines Matching defs:texCoords
1950 If paint contains an SkShader and vertices does not contain texCoords, the shader
1974 If paint contains an SkShader and vertices does not contain texCoords, the shader
2012 If paint contains SkShader, SkPoint array texCoords maps SkShader as texture to
2013 corners in top-left, top-right, bottom-right, bottom-left order. If texCoords is
2020 @param texCoords SkPoint array of texture coordinates, mapping SkShader to corners;
2026 const SkPoint texCoords[4], SkBlendMode mode, const SkPaint& paint);
2043 If paint contains SkShader, SkPoint array texCoords maps SkShader as texture to
2044 corners in top-left, top-right, bottom-right, bottom-left order. If texCoords is
2051 @param texCoords SkPoint array of texture coordinates, mapping SkShader to corners;
2056 const SkPoint texCoords[4], const SkPaint& paint) {
2057 this->drawPatch(cubics, colors, texCoords, SkBlendMode::kModulate, paint);
2294 const SkPoint texCoords[4], SkBlendMode mode, const SkPaint& paint);