OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_marks
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp
641
for (int i = 0; i < src.
m_Marks
.GetSize(); i ++) {
642
m_Marks
.Add(src.
m_Marks
[i]);
648
for (int i = 0; i <
m_Marks
.GetSize(); i ++) {
649
type =
m_Marks
[i].GetParamType();
651
CPDF_Dictionary *pDict = (CPDF_Dictionary *)
m_Marks
[i].GetParam();
661
CPDF_ContentMarkItem& item =
m_Marks
.Add();
671
int size =
m_Marks
.GetSize();
675
m_Marks
.RemoveAt(size - 1);
/external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h
399
return
m_Marks
.GetSize();
404
return
m_Marks
[index];
414
CFX_ObjectArray<CPDF_ContentMarkItem>
m_Marks
;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java
1334
IntStack
m_marks
= new IntStack();
field in class:StylesheetRoot.ComposeState
[
all
...]
Completed in 595 milliseconds