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

  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 44 @param trimSize final page size in physical units.
48 The bottom and right must be greater than the trimSize.
49 The default is to coincide with the trimSize.
54 Must be contained within the trimSize.
55 The default is to coincide with the trimSize.
63 const SkSize& trimSize,
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp 709 SkSize trimSize = SkSize::Make(SkIntToScalar(size.width()),
722 dev->beginSheet(unitsPerMeter, pixelsPerMeter, trimSize);
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 154 const SkSize& trimSize,
163 this->fCurrentCanvasSize = trimSize;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 624 size_t trimSize = height * trimRowBytes;
629 char* dst = (char*)tempStorage.reset(trimSize);
    [all...]

Completed in 185 milliseconds