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

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 627 float lineThickness = context->strokeThickness();
629 if (lineThickness < 1) // Do we really need/want this?
630 lineThickness = 1;
635 r->fBottom = r->fTop + lineThickness;
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp     [all...]

Completed in 442 milliseconds