Lines Matching defs:opa

132                                    uint8_t opa,
135 DrawAxisLine(gfxDstBuffer, arcInfo, mask, style, opa);
176 DrawLineAnti(gfxDstBuffer, arcInfo, mask, style, opa);
179 DrawLineWithDegree(gfxDstBuffer, arcInfo, -lineEnd_, -lineStart_, y_, mask, style, opa, ARC_QUADRANT_ONE);
181 DrawLineWithDegree(gfxDstBuffer, arcInfo, -lineEnd_, -lineStart_, -y_, mask, style, opa, ARC_QUADRANT_TWO);
183 DrawLineWithDegree(gfxDstBuffer, arcInfo, lineStart_, lineEnd_, -y_, mask, style, opa, ARC_QUADRANT_THREE);
185 DrawLineWithDegree(gfxDstBuffer, arcInfo, lineStart_, lineEnd_, y_, mask, style, opa, ARC_QUADRANT_FOUR);
207 uint8_t opa)
214 DrawHorLine(gfxDstBuffer, arcInfo.center, arcInfo.imgPos, mask, 0, style, opa, arcInfo.imgSrc);
220 arcInfo.imgPos, mask, lineWidth, style, opa, arcInfo.imgSrc);
225 arcInfo.imgPos, mask, lineWidth, style, opa, arcInfo.imgSrc);
230 arcInfo.imgPos, mask, lineWidth, style, opa, arcInfo.imgSrc);
235 arcInfo.imgPos, mask, lineWidth, style, opa, arcInfo.imgSrc);
324 const Style& style, uint8_t opa)
353 antiOpa = (opa == OPA_OPAQUE) ? antiOpa : (static_cast<uint16_t>(antiOpa) * opa) >> SHIFT_8;
363 antiOpa = (opa == OPA_OPAQUE) ? antiOpa : (static_cast<uint16_t>(antiOpa) * opa) >> SHIFT_8;
416 OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.lineOpa_);
417 if ((opa == OPA_TRANSPARENT) || (style.lineWidth_ < 1)) {
424 DrawCircleNoEndpoint(gfxDstBuffer, arcInfo, mask, style, opa, false);
426 DrawCircleNoEndpoint(gfxDstBuffer, arcInfo, mask, style, opa, true);
464 DrawCircleNoEndpoint(gfxDstBuffer, endArcInfo, mask, style, opa, true);
467 DrawCircleNoEndpoint(gfxDstBuffer, endArcInfo, mask, style, opa, true);
475 DrawCircleNoEndpoint(gfxDstBuffer, endArcInfo, mask, style, opa, true);
478 DrawCircleNoEndpoint(gfxDstBuffer, endArcInfo, mask, style, opa, true);