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

  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 128 FX_BYTE fill_alpha, stroke_alpha; local
131 stroke_alpha = FXGETFLAG_ALPHA_STROKE(alpha_flag);
134 stroke_alpha = FXARGB_A(stroke_color);
140 stroke_alpha = 0;
142 if (stroke_alpha == 0 && pPathData->GetPointCount() == 2) {
157 if ((pPathData->GetPointCount() == 5 || pPathData->GetPointCount() == 4) && stroke_alpha == 0) {
194 if((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) && !(fill_mode & FX_FILL_TEXT_MODE)) {
219 if ((fill_mode & 3) && fill_alpha && stroke_alpha < 0xff && (fill_mode & FX_FILL_STROKE)) {
fx_ge_ps.cpp 190 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color); local
194 if (stroke_alpha && stroke_alpha < 255) {
197 if (fill_alpha == 0 && stroke_alpha == 0) {
200 if (stroke_alpha) {
210 OutputPath(pPathData, stroke_alpha ? NULL : pObject2Device);
214 if (stroke_alpha) {
220 if (stroke_alpha) {
227 if (stroke_alpha) {
  /external/chromium_org/ui/native_theme/
native_theme_aura.cc 309 uint8 stroke_alpha = dual_painter->stroke_alphas[startState] + local
315 dual_painter->stroke_painter->Paint(canvas.get(), rect, stroke_alpha);
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 776 int stroke_alpha = FXARGB_A(stroke_color); local
777 FX_BOOL bDrawAlpha = (fill_alpha > 0 && fill_alpha < 255) || (stroke_alpha > 0 && stroke_alpha < 255 && pGraphState);
797 if (pGraphState && stroke_alpha) {
819 if (pGraphState && stroke_alpha) {
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]

Completed in 802 milliseconds