HomeSort by relevance Sort by last modified time
    Searched refs:lineWidth (Results 26 - 50 of 75) sorted by null

12 3

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 142 virtual void strokeRect(const FloatRect& rect, float lineWidth);
PlatformGraphicsContextSkia.cpp 601 void PlatformGraphicsContextSkia::strokeRect(const FloatRect& rect, float lineWidth)
606 paint.setStrokeWidth(SkFloatToScalar(lineWidth));
PlatformGraphicsContextRecording.cpp 908 void PlatformGraphicsContextRecording::strokeRect(const FloatRect& rect, float lineWidth)
911 bounds.inflate(lineWidth);
912 appendDrawingOperation(NEW_OP(StrokeRect)(rect, lineWidth), bounds);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 185 GLC(context, context->lineWidth(debugBorderWidth()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 144 IGLProperty lineWidth = new GLFloatProperty(GLStateType.LINE_WIDTH, Float.valueOf(1.0f));
156 lineWidth,
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 97 c->setStrokeThickness(m_canvasContext->lineWidth());
124 setLineWidth(lineWidth());
392 float CanvasRenderingContext2D::lineWidth() const
1026 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height, float lineWidth)
1031 if (!(lineWidth >= 0))
1043 boundingRect.inflate(lineWidth / 2);
1045 c->strokeRect(rect, lineWidth);
    [all...]
WebGLRenderingContext.h 178 void lineWidth(GC3Dfloat);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 398 const TInt lineWidth = aSourceRect.Width();
400 source += (aUpdateRect.iTl.iY * lineWidth);
416 const TInt lineMove = iDsa.IsTurn() ? 1 : lineWidth;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 183 GLfloat lineWidth;
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.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/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java     [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
TimelineOverviewPane.js 580 ctx.lineWidth = 0.5;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 337 void strokeRect(const FloatRect&, float lineWidth);
GraphicsContext3D.h 701 void lineWidth(GC3Dfloat);
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 264 virtual void lineWidth(WGC3Dfloat) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 172 void lineWidth(GC3Dfloat);
GraphicsContext3DChromium.cpp 590 DELEGATE_TO_IMPL_1(lineWidth, GC3Dfloat)
    [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 136 protected int lineWidth = 72;
    [all...]

Completed in 451 milliseconds

12 3