Searched refs:nTransparancy (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ScrollBar.cpp | 246 int32_t nTransparancy = GetTransparency(); in DrawThisAppearance() local 271 PWL_DEFAULT_BLACKCOLOR, nTransparancy), in DrawThisAppearance() 294 PWL_DEFAULT_BLACKCOLOR, nTransparancy), in DrawThisAppearance() 308 ArgbEncode(nTransparancy, 100, 100, 100), in DrawThisAppearance() 314 ArgbEncode(nTransparancy, 255, 255, 255), in DrawThisAppearance() 323 nTransparancy, 80, 220); in DrawThisAppearance() 344 ArgbEncode(nTransparancy, 255, 255, 255)); in DrawThisAppearance() 355 ArgbEncode(nTransparancy, 100, 100, 100), in DrawThisAppearance() 361 ArgbEncode(nTransparancy, 255, 255, 255), in DrawThisAppearance() 368 nTransparancy, 80, 220); in DrawThisAppearance() [all …]
|
D | PWL_Utils.cpp | 1354 int32_t nTransparancy) { in PWLColorToFXColor() argument 1355 int32_t nAlpha = nTransparancy; in PWLColorToFXColor() 1427 int32_t nTransparancy) { in DrawFillRect() argument 1429 PWLColorToFXColor(color, nTransparancy)); in DrawFillRect() 1437 int32_t nTransparancy, in DrawShadow() argument 1450 ArgbEncode(nTransparancy, nGray, nGray, nGray), 1.5f); in DrawShadow() 1462 ArgbEncode(nTransparancy, nGray, nGray, nGray), 1.5f); in DrawShadow() 1475 int32_t nTransparancy) { in DrawBorder() argument 1492 PWLColorToFXColor(color, nTransparancy), 0, in DrawBorder() 1518 PWLColorToFXColor(color, nTransparancy), in DrawBorder() [all …]
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Utils.h | 129 int32_t nTransparancy = 255); 199 int32_t nTransparancy); 223 int32_t nTransparancy); 234 int32_t nTransparancy, 299 const int32_t nTransparancy);
|