Home | History | Annotate | Download | only in graphics

Lines Matching refs:getPixels

85     void* dst = dstBitmap.getPixels();

406 memcpy(bitmap->getPixels(), blob.data(), size);
454 const void* pSrc = bitmap->getPixels();
476 if (dst->getPixels() == NULL && src->getPixels() != NULL) {
541 if (NULL == bitmap->getPixels()) {
564 const void* src = bitmap->getPixels();
577 void* dst = bitmap->getPixels();
599 if (NULL == bm0->getPixels() || NULL == bm1->getPixels()) {