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

  /external/skia/include/device/xps/
SkXPSDevice.h 45 @param trimSize final page size in physical units.
49 The bottom and right must be greater than the trimSize.
50 The default is to coincide with the trimSize.
55 Must be contained within the trimSize.
56 The default is to coincide with the trimSize.
64 const SkSize& trimSize,
  /external/skia/src/device/xps/
SkXPSDevice.cpp 155 const SkSize& trimSize,
164 this->fCurrentCanvasSize = trimSize;
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 659 size_t trimSize = height * trimRowBytes;
664 char* dst = (char*)tempStorage.reset(trimSize);
    [all...]

Completed in 93 milliseconds