Searched refs:mtChild (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 227 mtChild(1, 0, 0, 1, 0, 0) {} in PWL_CREATEPARAM() 250 CFX_Matrix mtChild; // ignore member
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 220 ccp.mtChild = CFX_Matrix(1, 0, 0, 1, 0, 0); in Create() 965 return m_sPrivateParam.mtChild; in GetChildMatrix() 971 m_sPrivateParam.mtChild = mt; in SetChildMatrix()
|