OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commonDrawBitmap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp
349
bool
commonDrawBitmap
(const SkBitmap& bm, DrawOps op, unsigned flags,
760
bool SkGPipeCanvas::
commonDrawBitmap
(const SkBitmap& bm, DrawOps op,
785
if (this->
commonDrawBitmap
(bm, kDrawBitmap_DrawOp, 0, opBytesNeeded, paint)) {
808
if (this->
commonDrawBitmap
(bm, kDrawBitmapRectToRect_DrawOp, flags, opBytesNeeded, paint)) {
821
if (this->
commonDrawBitmap
(bm, kDrawBitmapMatrix_DrawOp, 0, opBytesNeeded, paint)) {
831
if (this->
commonDrawBitmap
(bm, kDrawBitmapNine_DrawOp, 0, opBytesNeeded, paint)) {
845
if (this->
commonDrawBitmap
(bm, kDrawSprite_DrawOp, 0, opBytesNeeded, paint)) {
[
all
...]
/external/skia/src/pipe/
SkGPipeWrite.cpp
349
bool
commonDrawBitmap
(const SkBitmap& bm, DrawOps op, unsigned flags,
760
bool SkGPipeCanvas::
commonDrawBitmap
(const SkBitmap& bm, DrawOps op,
785
if (this->
commonDrawBitmap
(bm, kDrawBitmap_DrawOp, 0, opBytesNeeded, paint)) {
808
if (this->
commonDrawBitmap
(bm, kDrawBitmapRectToRect_DrawOp, flags, opBytesNeeded, paint)) {
821
if (this->
commonDrawBitmap
(bm, kDrawBitmapMatrix_DrawOp, 0, opBytesNeeded, paint)) {
831
if (this->
commonDrawBitmap
(bm, kDrawBitmapNine_DrawOp, 0, opBytesNeeded, paint)) {
845
if (this->
commonDrawBitmap
(bm, kDrawSprite_DrawOp, 0, opBytesNeeded, paint)) {
[
all
...]
Completed in 225 milliseconds