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

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_pageobjs.cpp289 FX_COLORREF crCurText = ArgbEncode(255, 0, 0, 0); local
290 FX_COLORREF crOld = crCurText;
330 crCurText = ArgbEncode(255, word.WordProps.dwWordColor);
336 crCurText = crWhite;
358 crOld != crCurText) {
370 crOld = crCurText;
382 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, crCurText, 0,
392 pDevice->DrawPath(&pathCrossout, pUser2Device, NULL, crCurText, 0,
540 FX_COLORREF crCurText = ArgbEncode(255, 0, 0, 0); local
541 FX_COLORREF crOld = crCurText;
[all...]

Completed in 89 milliseconds