HomeSort by relevance Sort by last modified time
    Searched refs:trimSize (Results 1 - 7 of 7) 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/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 616 size_t trimSize = height * trimRowBytes;
621 char* dst = (char*)tempStorage.reset(trimSize);
    [all...]
  /external/skia/gm/
gmmain.cpp 680 SkSize trimSize = SkSize::Make(SkIntToScalar(size.width()),
693 dev->beginSheet(unitsPerMeter, pixelsPerMeter, trimSize);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 154 const SkSize& trimSize,
163 this->fCurrentCanvasSize = trimSize;
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 616 size_t trimSize = height * trimRowBytes;
621 char* dst = (char*)tempStorage.reset(trimSize);
    [all...]

Completed in 313 milliseconds