Home
last modified time | relevance | path

Searched refs:crWhite (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp446 static const FX_COLORREF crWhite = ArgbEncode(255, 255, 255, 255); in DrawEdit() local
474 crCurFill = bSelect ? crWhite : crTextFill; in DrawEdit()