Searched refs:lineColor (Results 1 - 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
H A D | GraphicsContext.cpp | 1728 const SkPMColor lineColor = lineColors(index); local 1741 const SkPMColor row1Color[] = { lineColor, antiColor1, antiColor2, 0, 0, 0, antiColor2, antiColor1 }; 1742 const SkPMColor row2Color[] = { lineColor, lineColor, antiColor1, antiColor2, 0, antiColor2, antiColor1, lineColor }; 1743 const SkPMColor row3Color[] = { 0, antiColor2, antiColor1, lineColor, lineColor, lineColor, antiColor1, antiColor2 }; 1744 const SkPMColor row4Color[] = { 0, 0, antiColor2, antiColor1, lineColor, antiColor1, antiColor2, 0 }; 1759 const uint32_t lineColor local [all...] |
Completed in 283 milliseconds