Home | History | Annotate | Download | only in pdf

Lines Matching defs:SkPDFDict

343 SkPDFDict::~SkPDFDict() { this->drop(); }
345 void SkPDFDict::drop() {
350 SkPDFDict::SkPDFDict(const char type[]) {
357 void SkPDFDict::emitObject(SkWStream* stream,
364 void SkPDFDict::emitAll(SkWStream* stream,
377 void SkPDFDict::addResources(SkPDFObjNumMap* catalog) const {
385 int SkPDFDict::size() const { return fRecords.count(); }
387 void SkPDFDict::reserve(int n) {
391 void SkPDFDict::insertObjRef(const char key[], sk_sp<SkPDFObject> objSp) {
395 void SkPDFDict::insertObjRef(const SkString& key, sk_sp<SkPDFObject> objSp) {
399 void SkPDFDict::insertObject(const char key[], sk_sp<SkPDFObject> objSp) {
402 void SkPDFDict::insertObject(const SkString& key, sk_sp<SkPDFObject> objSp) {
406 void SkPDFDict::insertBool(const char key[], bool value) {
410 void SkPDFDict::insertInt(const char key[], int32_t value) {
414 void SkPDFDict::insertInt(const char key[], size_t value) {
418 void SkPDFDict::insertScalar(const char key[], SkScalar value) {
422 void SkPDFDict::insertName(const char key[], const char name[]) {
426 void SkPDFDict::insertName(const char key[], const SkString& name) {
430 void SkPDFDict::insertString(const char key[], const char value[]) {
434 void SkPDFDict::insertString(const char key[], const SkString& value) {