HomeSort by relevance Sort by last modified time
    Searched refs:lineWidth (Results 1 - 25 of 40) sorted by null

1 2

  /external/icu4c/samples/layout/
pflow.c 280 float lineWidth;
292 lineWidth = (float) (width - 2 * MARGIN);
306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) {
paragraph.cpp 192 float lineWidth = (float) (width - 2 * MARGIN);
207 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
  /external/webkit/WebCore/inspector/front-end/
SummaryBar.js 206 ctx.lineWidth = 1;
220 ctx.lineWidth = 1;
256 ctx.lineWidth = 1;
SourceFrame.js 598 ctx.lineWidth = 3;
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.h 72 float lineWidth() const;
145 void strokeRect(float x, float y, float width, float height, float lineWidth);
CanvasRenderingContext2D.idl 52 attribute float lineWidth;
CanvasRenderingContext2D.cpp 83 c->setStrokeThickness(m_canvasContext->lineWidth());
101 setLineWidth(lineWidth());
205 float CanvasRenderingContext2D::lineWidth() const
756 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height, float lineWidth)
761 if (!(lineWidth >= 0))
773 boundingRect.inflate(lineWidth / 2);
776 c->strokeRect(rect, lineWidth);
    [all...]
WebGLRenderingContext.h 180 void lineWidth(double);
WebGLRenderingContext.cpp     [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 225 int lineWidth = lineBitWidth/bitCount;
229 int andOffset = xorOffset + ((lineWidth*h*bitCount) >> 3);
270 int pixelNo = lineWidth*(h-y-1)+x;
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 343 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth)
349 m_data->setStrokeThickness(lineWidth);
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 350 opt.lineWidth = findFrameLineWidth(style);
357 renderStyle->setPaddingLeft(Length(opt.lineWidth, Fixed));
358 renderStyle->setPaddingRight(Length(opt.lineWidth, Fixed));
515 panel.lineWidth = findFrameLineWidth(qStyle());
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 849 void GraphicsContext::strokeRect(const FloatRect& r, float lineWidth)
861 setStrokeThickness(lineWidth);
872 CGContextStrokeRectWithWidth(context, r, lineWidth);
    [all...]
  /dalvik/vm/analysis/
RegisterMap.c 895 int addrWidth, lineWidth;
916 lineWidth = addrWidth + pMap->regWidth;
936 data += lineWidth;
938 assert(data == pMap->data + lineWidth * numEntries);
947 data = pMap->data + lineWidth * mid;
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 254 void strokeRect(const FloatRect&, float lineWidth);
GraphicsContext3D.h 527 void lineWidth(double);
  /external/chromium/third_party/icu/source/test/letest/
cletest.c 638 const float lineWidth = 600;
660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
letest.cpp     [all...]
  /external/icu4c/test/letest/
cletest.c 638 const float lineWidth = 600;
660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
letest.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 943 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth)
951 paint.setStrokeWidth(SkFloatToScalar(lineWidth));
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 332 int availableWidth = lineWidth(height(), firstLine);
    [all...]
RenderBlock.h 94 int lineWidth(int y, bool firstLine) const;
289 // Called from lineWidth, to position the floats added in the last line.
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 738 milliseconds

1 2