Searched refs:m_pObject (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h45 return m_pObject->m_PointCount;
50 return m_pObject->m_pPoints[index].m_Flag;
55 return m_pObject->m_pPoints[index].m_PointX;
60 return m_pObject->m_pPoints[index].m_PointY;
68 return m_pObject->m_pPoints;
74 return m_pObject->GetBoundingBox();
79 return m_pObject->GetBoundingBox(line_width, miter_limit);
89 m_pObject->Append(src.m_pObject, pMatrix);
94 m_pObject
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1294 m_pObject = NULL;
1299 m_pObject = ref.m_pObject;
1300 if (m_pObject) {
1301 m_pObject->m_RefCount ++;
1307 if (!m_pObject) {
1310 m_pObject->m_RefCount --;
1311 if (m_pObject->m_RefCount <= 0) {
1312 delete m_pObject;
1318 if (m_pObject) {
1417 CountedObj* m_pObject; member in class:CFX_CountRef
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp143 m_ParamBuf1[m_ParamStartPos].m_pObject->Release();
159 m_ParamBuf1[index].m_pObject = CPDF_Name::Create(PDF_NameDecode(CFX_ByteStringC(name, len)));
183 m_ParamBuf1[index].m_pObject = pObj;
190 m_ParamBuf1[index].m_pObject->Release();
213 param.m_pObject = pNumber;
219 param.m_pObject = pName;
223 return param.m_pObject;
242 return param.m_pObject->GetString();
260 return param.m_pObject->GetNumber();
H A Dfpdf_page_graph_state.cpp679 if (m_pObject == NULL) {
682 for (int i = 0; i < m_pObject->CountItems(); i ++) {
683 CPDF_ContentMarkItem& item = m_pObject->GetItem(i);
692 if (m_pObject == NULL) {
695 for (int i = 0; i < m_pObject->CountItems(); i ++) {
696 CPDF_ContentMarkItem& item = m_pObject->GetItem(i);
H A Dpageint.h110 CPDF_Object* m_pObject; member in union:__anon28571::__anon28572
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Object.cpp107 m_pObject.Reset(m_pIsolate, pObject);
115 m_pObject.Reset();
120 m_pObject.SetWeak(this, FreeObject);
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h52 operator JSFXObject () {return v8::Local<v8::Object>::New(m_pIsolate, m_pObject);}
65 v8::Persistent<v8::Object> m_pObject; member in class:CJS_Object
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h278 const CPDF_PageObject* m_pObject; member in class:CPDF_ScaledRenderBuffer
320 const CPDF_PageObject* m_pObject; member in class:CPDF_DeviceBuffer
H A Dfpdf_render.cpp1337 m_pObject = NULL;
1351 m_pObject = pObj;
1393 m_pContext->GetBackground(&buffer, m_pObject, NULL, &m_Matrix);
1424 m_pObject = pObj;
1464 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject, pOptions, &m_Matrix);

Completed in 507 milliseconds