• Home
  • Raw
  • Download

Lines Matching refs:unref

146         staticStream->unref();  // new and SkRefPtr both took a ref.  in handleType1Stream()
258 emSize)))->unref(); in makeFontBBox()
260 emSize)))->unref(); in makeFontBBox()
262 emSize)))->unref(); in makeFontBBox()
264 emSize)))->unref(); in makeFontBBox()
270 array->append(new SkPDFScalar(scaleFromFontUnits(width, emSize)))->unref(); in appendWidth()
300 advanceArray->unref(); // SkRefPtr and new both took a ref. in composeAdvanceData()
304 result->append(new SkPDFInt(advanceInfo->fStartId))->unref(); in composeAdvanceData()
310 result->append(new SkPDFInt(advanceInfo->fStartId))->unref(); in composeAdvanceData()
311 result->append(new SkPDFInt(advanceInfo->fEndId))->unref(); in composeAdvanceData()
590 insert("Subtype", new SkPDFName("Type0"))->unref(); in populateType0Font()
591 insert("BaseFont", new SkPDFName(fFontInfo->fFontName))->unref(); in populateType0Font()
592 insert("Encoding", new SkPDFName("Identity-H"))->unref(); in populateType0Font()
595 descendantFonts->unref(); // SkRefPtr and new took a reference. in populateType0Font()
600 descendantFonts->append(new SkPDFObjRef(fResources.top()))->unref(); in populateType0Font()
617 cmapStream->unref(); // SkRefPtr and new took a reference. in populateToUnicodeTable()
621 insert("ToUnicode", new SkPDFObjRef(pdfCmap.get()))->unref(); in populateToUnicodeTable()
626 insert("BaseFont", new SkPDFName(fFontInfo->fFontName))->unref(); in populateCIDFont()
629 insert("Subtype", new SkPDFName("CIDFontType0"))->unref(); in populateCIDFont()
631 insert("Subtype", new SkPDFName("CIDFontType2"))->unref(); in populateCIDFont()
632 insert("CIDToGIDMap", new SkPDFName("Identity"))->unref(); in populateCIDFont()
638 sysInfo->unref(); // SkRefPtr and new both took a reference. in populateCIDFont()
639 sysInfo->insert("Registry", new SkPDFString("Adobe"))->unref(); in populateCIDFont()
640 sysInfo->insert("Ordering", new SkPDFString("Identity"))->unref(); in populateCIDFont()
641 sysInfo->insert("Supplement", new SkPDFInt(0))->unref(); in populateCIDFont()
651 widths->unref(); // SkRefPtr and compose both took a reference. in populateCIDFont()
656 defaultWidth, fFontInfo->fEmSize)))->unref(); in populateCIDFont()
668 advances->unref(); // SkRefPtr and compose both took a ref. in populateCIDFont()
676 new SkPDFArray))->unref(); in populateCIDFont()
710 insert("Subtype", new SkPDFName("Type1"))->unref(); in populateType1Font()
711 insert("BaseFont", new SkPDFName(fFontInfo->fFontName))->unref(); in populateType1Font()
716 encoding->unref(); // SkRefPtr and new both took a reference. in populateType1Font()
720 encDiffs->unref(); // SkRefPtr and new both took a reference. in populateType1Font()
724 encDiffs->append(new SkPDFInt(1))->unref(); in populateType1Font()
727 new SkPDFName(fFontInfo->fGlyphNames->get()[gID]))->unref(); in populateType1Font()
748 insert("Subtype", new SkPDFName("Type3"))->unref(); in populateType3Font()
752 insert("FontMatrix", SkPDFUtils::MatrixToArray(fontMatrix))->unref(); in populateType3Font()
755 charProcs->unref(); // SkRefPtr and new both took a reference. in populateType3Font()
759 encoding->unref(); // SkRefPtr and new both took a reference. in populateType3Font()
763 encDiffs->unref(); // SkRefPtr and new both took a reference. in populateType3Font()
766 encDiffs->append(new SkPDFInt(1))->unref(); in populateType3Font()
769 widthArray->unref(); // SkRefPtr and new both took a ref. in populateType3Font()
775 encDiffs->append(new SkPDFName(characterName))->unref(); in populateType3Font()
778 widthArray->append(new SkPDFScalar(SkFixedToScalar(glyph.fAdvanceX)))->unref(); in populateType3Font()
793 glyphStream->unref(); // SkRefPtr and new both took a ref. in populateType3Font()
801 new SkPDFObjRef(glyphDescription.get()))->unref(); in populateType3Font()
804 insert("FontBBox", makeFontBBox(bbox, 1000))->unref(); in populateType3Font()
805 insert("FirstChar", new SkPDFInt(fFirstGlyphID))->unref(); in populateType3Font()
806 insert("LastChar", new SkPDFInt(fLastGlyphID))->unref(); in populateType3Font()
808 insert("CIDToGIDMap", new SkPDFName("Identity"))->unref(); in populateType3Font()
820 insert("FontDescriptor", new SkPDFObjRef(fDescriptor.get()))->unref(); in addFontDescriptor()
825 fDescriptor->unref(); // SkRefPtr and new both took a ref. in addFontDescriptor()
834 rawFontData->unref(); // SkRefPtr and OpenStream both took a ref. in addFontDescriptor()
842 fontStream->insert("Length1", new SkPDFInt(header))->unref(); in addFontDescriptor()
843 fontStream->insert("Length2", new SkPDFInt(data))->unref(); in addFontDescriptor()
844 fontStream->insert("Length3", new SkPDFInt(trailer))->unref(); in addFontDescriptor()
846 new SkPDFObjRef(fontStream.get()))->unref(); in addFontDescriptor()
852 fontData->unref(); // SkRefPtr and OpenStream both took a ref. in addFontDescriptor()
858 new SkPDFInt(fontData->getLength()))->unref(); in addFontDescriptor()
860 new SkPDFObjRef(fontStream.get()))->unref(); in addFontDescriptor()
867 fontData->unref(); // SkRefPtr and OpenStream both took a ref. in addFontDescriptor()
873 fontStream->insert("Subtype", new SkPDFName("Type1C"))->unref(); in addFontDescriptor()
876 new SkPDFName("CIDFontType0c"))->unref(); in addFontDescriptor()
879 new SkPDFObjRef(fontStream.get()))->unref(); in addFontDescriptor()
889 insert("FontDescriptor", new SkPDFObjRef(fDescriptor.get()))->unref(); in addFontDescriptor()
892 fFontInfo->fFontName))->unref(); in addFontDescriptor()
893 fDescriptor->insert("Flags", new SkPDFInt(fFontInfo->fStyle))->unref(); in addFontDescriptor()
895 scaleFromFontUnits(fFontInfo->fAscent, emSize)))->unref(); in addFontDescriptor()
897 scaleFromFontUnits(fFontInfo->fDescent, emSize)))->unref(); in addFontDescriptor()
899 scaleFromFontUnits(fFontInfo->fStemV, emSize)))->unref(); in addFontDescriptor()
901 scaleFromFontUnits(fFontInfo->fCapHeight, emSize)))->unref(); in addFontDescriptor()
903 fFontInfo->fItalicAngle))->unref(); in addFontDescriptor()
905 fFontInfo->fEmSize))->unref(); in addFontDescriptor()
909 scaleFromFontUnits(defaultWidth, emSize)))->unref(); in addFontDescriptor()
917 widthArray->unref(); // SkRefPtr and new both took a ref. in addWidthInfoFromRange()
937 insert("FirstChar", new SkPDFInt(firstChar))->unref(); in addWidthInfoFromRange()
939 new SkPDFInt(firstChar + widthArray->size() - 1))->unref(); in addWidthInfoFromRange()