HomeSort by relevance Sort by last modified time
    Searched refs:m_HighlightAlpha (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_interform.h 98 void SetHighlightAlpha(uint8_t alpha) { m_HighlightAlpha = alpha; }
99 uint8_t GetHighlightAlpha() { return m_HighlightAlpha; }
135 uint8_t m_HighlightAlpha;
cpdfsdk_interform.cpp 89 m_HighlightAlpha(0) {

Completed in 343 milliseconds