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

  /external/skqp/src/gpu/
GrContext.cpp 572 size_t tmpRowBytes = 4 * width;
574 if (!sw_convert_to_premul(srcConfig, width, height, rowBytes, buffer, tmpRowBytes,
578 rowBytes = tmpRowBytes;
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 827 size_t tmpRowBytes = 4 * width;
829 if (!sw_convert_to_premul(srcColorType, width, height, rowBytes, buffer, tmpRowBytes,
833 rowBytes = tmpRowBytes;
    [all...]

Completed in 206 milliseconds