Home | History | Annotate | Download | only in pdf

Lines Matching refs:contentSize

484 static inline SkBitmap makeContentBitmap(const SkISize& contentSize,
491 drawingSize.set(SkIntToScalar(contentSize.fWidth),
492 SkIntToScalar(contentSize.fHeight));
499 bitmap.setConfig(SkBitmap::kNo_Config, abs(contentSize.fWidth),
500 abs(contentSize.fHeight));
507 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
509 : SkDevice(makeContentBitmap(contentSize, &initialTransform)),
511 fContentSize(contentSize),