HomeSort by relevance Sort by last modified time
    Searched refs:tempPixmap (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrContextPriv.cpp 432 SkAutoPixmapStorage tempPixmap;
454 if (!tempPixmap.tryAlloc(tempII)) {
458 buffer = tempPixmap.writable_addr();
459 rowBytes = tempPixmap.rowBytes();
461 sk_bzero(buffer, tempPixmap.computeByteSize());
485 if (!tempPixmap.readPixels(finalPixmap)) {
    [all...]
  /external/skqp/src/gpu/
GrContext.cpp 718 SkAutoPixmapStorage tempPixmap;
740 if (!tempPixmap.tryAlloc(tempII)) {
744 buffer = tempPixmap.writable_addr();
745 rowBytes = tempPixmap.rowBytes();
747 sk_bzero(buffer, tempPixmap.computeByteSize());
771 if (!tempPixmap.readPixels(finalPixmap)) {
    [all...]

Completed in 615 milliseconds