Searched refs:SetStrokeColor (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 938 m_pCurStates->m_ColorState.SetStrokeColor(pCS, &value, 1); in Handle_SetGray_Stroke() 999 m_pCurStates->m_ColorState.SetStrokeColor(pCS, values, 4); in Handle_SetCMYKColor_Stroke() 1089 m_pCurStates->m_ColorState.SetStrokeColor(pCS, values, 3); in Handle_SetRGBColor_Stroke() 1137 m_pCurStates->m_ColorState.SetStrokeColor(NULL, values, nargs); in Handle_SetColor_Stroke() 1199 m_pCurStates->m_ColorState.SetStrokeColor(NULL, values, nvalues); in Handle_SetColorPS_Stroke()
|
D | fpdf_page_graph_state.cpp | 243 void CPDF_ColorState::SetStrokeColor(CPDF_ColorSpace* pCS, FX_FLOAT* pValue, int nValues) in SetStrokeColor() function in CPDF_ColorState
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 414 pPathObj->m_ColorState.SetStrokeColor(CPDF_ColorSpace::GetStockCS(PDFCS_DEVICERGB), rgb, 3); in AddLineToPageObjects() 462 pTxtObj->m_ColorState.SetStrokeColor(CPDF_ColorSpace::GetStockCS(PDFCS_DEVICERGB),rgb, 3); in AddTextObjToPageObjects()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 198 void SetStrokeColor(CPDF_ColorSpace* pCS, FX_FLOAT* pValue, int nValues);
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | Field.h | 210 …static void SetStrokeColor(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nCo…
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 2684 Field::SetStrokeColor(m_pDocument, m_FieldName, m_nFormControlIndex, color); in strokeColor() 2736 void Field::SetStrokeColor(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nCon… in SetStrokeColor() function in Field 4097 Field::SetStrokeColor(pDocument, pData->sFieldName, pData->nControlIndex, pData->color); in DoDelay()
|