Searched refs:PWLPT_PATHDATA (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 1911 GetGraphics_Checkmark(sPath, path, rect, PWLPT_PATHDATA); in DrawIconAppStream() 1914 GetGraphics_Circle(sPath, path, rect, PWLPT_PATHDATA); in DrawIconAppStream() 1917 GetGraphics_Comment(sPath, path, rect, PWLPT_PATHDATA); in DrawIconAppStream() 1920 GetGraphics_Cross(sPath, path, rect, PWLPT_PATHDATA); in DrawIconAppStream() 1923 GetGraphics_Help(sPath, path, rect, PWLPT_PATHDATA); in DrawIconAppStream() 1926 GetGraphics_InsertText(sPath, path, rect, PWLPT_PATHDATA); in DrawIconAppStream() 1929 GetGraphics_Key(sPath, path, rect, PWLPT_PATHDATA); in DrawIconAppStream() 1932 GetGraphics_NewParagraph(sPath, path, rect, PWLPT_PATHDATA); in DrawIconAppStream() 1935 GetGraphics_TextNote(sPath, path, rect, PWLPT_PATHDATA); in DrawIconAppStream() 1938 GetGraphics_Paragraph(sPath, path, rect, PWLPT_PATHDATA); in DrawIconAppStream() [all …]
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Utils.h | 94 enum PWL_PATH_TYPE { PWLPT_PATHDATA, PWLPT_STREAM }; enumerator
|