Home
last modified time | relevance | path

Searched refs:insertObject (Results 1 – 25 of 61) sorted by relevance

123

/external/skia/src/pdf/
DSkPDFFormXObject.cpp40 this->insertObject("Matrix", SkPDFUtils::MatrixToArray(inverse)); in SkPDFFormXObject()
63 this->insertObject("Resources", SkRef(resourceDict)); in init()
64 this->insertObject("BBox", SkRef(bbox)); in init()
75 this->insertObject("Group", group.detach()); in init()
DSkPDFFont.cpp955 fDescriptor->insertObject( in addCommonFontDescriptorEntries()
1026 this->insertObject("DescendantFonts", descendantFonts.detach()); in populate()
1150 this->insertObject("CIDSystemInfo", sysInfo.detach()); in populate()
1159 this->insertObject("W", widths.detach()); in populate()
1176 this->insertObject("W2", advances.detach()); in populate()
1180 this->insertObject("DW2", in populate()
1279 encoding->insertObject("Differences", encDiffs.detach()); in populate()
1280 this->insertObject("Encoding", encoding.detach()); in populate()
1310 this->insertObject("Widths", widthArray.detach()); in addWidthInfoFromRange()
1344 this->insertObject("FontMatrix", SkPDFUtils::MatrixToArray(fontMatrix)); in populate()
[all …]
DSkPDFGraphicState.cpp144 invertFunction->insertObject("Domain", SkRef(domainAndRange.get())); in create_invert_function()
145 invertFunction->insertObject("Range", domainAndRange.detach()); in create_invert_function()
169 result->insertObject("SMask", sMaskDict.detach()); in GetSMaskGraphicState()
DSkPDFResourceDict.cpp69 dst->insertObject(get_resource_type_name(type), resources.detach()); in add_subdict()
86 dict->insertObject("ProcSets", procSets.detach()); in Create()
DSkPDFShader.cpp552 pattern->insertObject("BBox", SkPDFUtils::RectToArray(bbox)); in populate_tiling_pattern_dict()
555 pattern->insertObject("Resources", SkRef(resources)); in populate_tiling_pattern_dict()
557 pattern->insertObject("Matrix", SkPDFUtils::MatrixToArray(matrix)); in populate_tiling_pattern_dict()
700 result->insertObject("Domain", SkRef(domain)); in make_ps_function()
701 result->insertObject("Range", SkRef(rangeObject.get(create_range_object))); in make_ps_function()
805 pdfShader->insertObject("Domain", SkRef(domain.get())); in Create()
814 pdfFunctionShader->insertObject("Matrix", in Create()
816 pdfFunctionShader->insertObject("Shading", pdfShader.detach()); in Create()
DSkPDFTypes.h269 void insertObject(const char key[], SkPDFObject* value);
270 void insertObject(const SkString& key, SkPDFObject* value);
/external/skia/src/doc/
DSkDocument_PDF.cpp44 trailerDict.insertObject("ID", id); in emit_pdf_footer()
81 page->insertObject("Resources", pageDevice->createResourceDict()); in create_pdf_page()
82 page->insertObject("MediaBox", pageDevice->copyMediaBox()); in create_pdf_page()
86 page->insertObject("Annots", annotations.detach()); in create_pdf_page()
154 newNode->insertObject("Kids", kids.detach()); in generate_page_tree()
215 docCatalog->insertObject("OutputIntents", intentArray.detach()); in emit_pdf_document()
/external/clang/test/SemaObjC/
Dcircular-container.m10 - (void)insertObject:(id)object atIndex:(NSUInteger)index;
37 - (void)insertObject:(id)object atIndex:(NSUInteger)index;
110 …[a insertObject:a atIndex:0]; // expected-warning {{adding 'a' to 'a' might cause circular depende…
141 …[s insertObject:s atIndex:0]; // expected-warning {{adding 's' to 's' might cause circular depende…
187 …[a insertObject:a atIndex:0]; // expected-warning {{adding 'a' to 'a' might cause circular depende…
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRSymbolStack.h72 - (void) insertObject:(ANTLRSymbolsScope *)aScope atIndex:(NSInteger)idx;
DANTLRRuleStack.h60 - (void) insertObject:(ANTLRHashRule *)aHashRule atIndex:(NSInteger)idx;
DANTLRHashRule.h69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index;
DANTLRRuleStack.m105 - (void) insertObject:(ANTLRHashRule *)aRule atIndex:(NSInteger)idx
141 [aHashRule insertObject:aRuleMemo atIndex:aStartIndex];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRSymbolStack.h72 - (void) insertObject:(ANTLRSymbolsScope *)aScope atIndex:(NSInteger)idx;
DANTLRRuleStack.h60 - (void) insertObject:(ANTLRHashRule *)aHashRule atIndex:(NSInteger)idx;
DANTLRHashRule.h69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index;
DANTLRRuleStack.m105 - (void) insertObject:(ANTLRHashRule *)aRule atIndex:(NSInteger)idx
141 [aHashRule insertObject:aRuleMemo atIndex:aStartIndex];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRRuleStack.h60 - (void) insertObject:(ANTLRHashRule *)aHashRule atIndex:(NSInteger)idx;
DANTLRSymbolStack.h72 - (void) insertObject:(ANTLRSymbolsScope *)aScope atIndex:(NSInteger)idx;
DANTLRHashRule.h69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index;
DANTLRRuleStack.m105 - (void) insertObject:(ANTLRHashRule *)aRule atIndex:(NSInteger)idx
141 [aHashRule insertObject:aRuleMemo atIndex:aStartIndex];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRSymbolStack.h72 - (void) insertObject:(ANTLRSymbolsScope *)aScope atIndex:(NSInteger)idx;
DANTLRRuleStack.h60 - (void) insertObject:(ANTLRHashRule *)aHashRule atIndex:(NSInteger)idx;
DANTLRHashRule.h65 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index;
DAMutableArray.h31 - (void) insertObject:(id)anObject atIndex:(NSInteger)anIdx;
DANTLRRuleStack.m110 - (void) insertObject:(ANTLRHashRule *)aRule atIndex:(NSInteger)idx
146 [aHashRule insertObject:aRuleMemo atIndex:aStartIndex];

123