Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp148 int32_t nTransparency = GetTransparency(); in DrawThisAppearance() local
183 PWL_DEFAULT_BLACKCOLOR.ToFXColor(nTransparency), 0, in DrawThisAppearance()
191 ArgbEncode(nTransparency, 100, 100, 100), 0.0f); in DrawThisAppearance()
193 ArgbEncode(nTransparency, 255, 255, 255), 1.0f); in DrawThisAppearance()
199 rectWnd.GetDeflated(1.0f, 1.0f), nTransparency, 80, in DrawThisAppearance()
230 ? ArgbEncode(nTransparency, 255, 255, 255) in DrawThisAppearance()
244 const FX_COLORREF refs[] = {ArgbEncode(nTransparency, 210, 210, 210), in DrawThisAppearance()
245 ArgbEncode(nTransparency, 220, 220, 220), in DrawThisAppearance()
246 ArgbEncode(nTransparency, 240, 240, 240), in DrawThisAppearance()
247 ArgbEncode(nTransparency, 240, 240, 240), in DrawThisAppearance()
[all …]
Dcpwl_wnd.cpp37 nTransparency(255), in CreateParams()
506 scp.nTransparency = PWL_SCROLLBAR_TRANSPARENCY; in CreateVScrollBar()
721 return m_CreationParams.nTransparency; in GetTransparency()
724 void CPWL_Wnd::SetTransparency(int32_t nTransparency) { in SetTransparency() argument
727 pChild->SetTransparency(nTransparency); in SetTransparency()
729 m_CreationParams.nTransparency = nTransparency; in SetTransparency()
Dcpwl_wnd.h140 int32_t nTransparency; // optional variable
245 void SetTransparency(int32_t nTransparency);
/external/pdfium/core/fxge/
Dcfx_color.cpp151 FX_COLORREF CFX_Color::ToFXColor(int32_t nTransparency) const { in ToFXColor()
160 ret.fColor4 = nTransparency; in ToFXColor()
165 ret.fColor4 = nTransparency; in ToFXColor()
170 ret.fColor4 = nTransparency; in ToFXColor()
Dcfx_renderdevice.h232 int32_t nTransparency);
252 int32_t nTransparency);
261 int32_t nTransparency,
Dcfx_renderdevice.cpp1186 int32_t nTransparency) { in DrawFillRect() argument
1187 DrawFillRect(pUser2Device, rect, color.ToFXColor(nTransparency)); in DrawFillRect()
1194 int32_t nTransparency, in DrawShadow() argument
1206 ArgbEncode(nTransparency, nGray, nGray, nGray), 1.5f); in DrawShadow()
1217 ArgbEncode(nTransparency, nGray, nGray, nGray), 1.5f); in DrawShadow()
1229 int32_t nTransparency) { in DrawBorder() argument
1245 DrawPath(&path, pUser2Device, nullptr, color.ToFXColor(nTransparency), in DrawBorder()
1274 DrawPath(&path, pUser2Device, &gsd, 0, color.ToFXColor(nTransparency), in DrawBorder()
1304 crLeftTop.ToFXColor(nTransparency), 0, FXFILL_ALTERNATE); in DrawBorder()
1327 crRightBottom.ToFXColor(nTransparency), 0, FXFILL_ALTERNATE); in DrawBorder()
[all …]
Dcfx_color.h47 FX_COLORREF ToFXColor(int32_t nTransparency) const;