OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:refBitmapShader
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/shaders/
SkPictureShader.cpp
165
sk_sp<SkShader> SkPictureShader::
refBitmapShader
(const SkMatrix& viewMatrix,
262
bitmapShader = this->
refBitmapShader
(rec.fCTM, &lm, rec.fDstColorType, rec.fDstCS);
280
sk_sp<SkShader> bitmapShader = this->
refBitmapShader
(*rec.fMatrix, &lm, rec.fDstColorType,
344
sk_sp<SkShader> bitmapShader(this->
refBitmapShader
(*args.fViewMatrix, &lm, dstColorType,
/external/skqp/src/shaders/
SkPictureShader.cpp
165
sk_sp<SkShader> SkPictureShader::
refBitmapShader
(const SkMatrix& viewMatrix,
262
bitmapShader = this->
refBitmapShader
(rec.fCTM, &lm, rec.fDstColorType, rec.fDstCS);
280
sk_sp<SkShader> bitmapShader = this->
refBitmapShader
(*rec.fMatrix, &lm, rec.fDstColorType,
341
sk_sp<SkShader> bitmapShader(this->
refBitmapShader
(*args.fViewMatrix, &lm, dstColorType,
Completed in 56 milliseconds