Home | History | Annotate | Download | only in pdf

Lines Matching refs:contentSize

492 static inline SkBitmap makeContentBitmap(const SkISize& contentSize,
499 drawingSize.set(contentSize.fWidth, contentSize.fHeight);
506 bitmap.setConfig(SkBitmap::kNo_Config, abs(contentSize.fWidth),
507 abs(contentSize.fHeight));
513 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
515 : SkDevice(NULL, makeContentBitmap(contentSize, &initialTransform), false),
517 fContentSize(contentSize),