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

  /external/chromium_org/third_party/skia/include/device/xps/
SkXPSDevice.h 42 @param trimSize final page size in physical units.
46 The bottom and right must be greater than the trimSize.
47 The default is to coincide with the trimSize.
52 Must be contained within the trimSize.
53 The default is to coincide with the trimSize.
61 const SkSize& trimSize,
  /external/skia/include/device/xps/
SkXPSDevice.h 42 @param trimSize final page size in physical units.
46 The bottom and right must be greater than the trimSize.
47 The default is to coincide with the trimSize.
52 Must be contained within the trimSize.
53 The default is to coincide with the trimSize.
61 const SkSize& trimSize,
  /external/chromium_org/third_party/skia/gm/
gmmain.cpp 708 SkSize trimSize = SkSize::Make(SkIntToScalar(size.width()),
721 dev->beginSheet(unitsPerMeter, pixelsPerMeter, trimSize);
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 155 const SkSize& trimSize,
164 this->fCurrentCanvasSize = trimSize;
    [all...]
  /external/skia/gm/
gmmain.cpp 708 SkSize trimSize = SkSize::Make(SkIntToScalar(size.width()),
721 dev->beginSheet(unitsPerMeter, pixelsPerMeter, trimSize);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 155 const SkSize& trimSize,
164 this->fCurrentCanvasSize = trimSize;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 620 size_t trimSize = height * trimRowBytes;
625 char* dst = (char*)tempStorage.reset(trimSize);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 620 size_t trimSize = height * trimRowBytes;
625 char* dst = (char*)tempStorage.reset(trimSize);
    [all...]

Completed in 6544 milliseconds