HomeSort by relevance Sort by last modified time
    Searched defs:PaintInfo (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
PaintInfo.h 51 struct PaintInfo {
52 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, bool newForceBlackText,
  /frameworks/base/libs/hwui/
PathTessellator.cpp 94 struct PaintInfo {
96 PaintInfo(const SkPaint* paint, const mat4 *transform) :
188 void getStrokeVerticesFromPerimeter(const PaintInfo& paintInfo, const Vector<Vertex>& perimeter,
205 paintInfo.scaleOffsetForStrokeWidth(totalOffset);
234 void getStrokeVerticesFromUnclosedVertices(const PaintInfo& paintInfo,
236 const int extra = paintInfo.capExtraDivisions();
264 paintInfo.scaleOffsetForStrokeWidth(beginRadialOffset);
271 paintInfo.scaleOffsetForStrokeWidth(endRadialOffset)
    [all...]

Completed in 465 milliseconds