/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
D | BitmapFont.java | 205 float lineWidth = 0f; in getLineWidth() local 214 maxLineWidth = Math.max(maxLineWidth, lineWidth); in getLineWidth() 215 lineWidth = 0f; in getLineWidth() 231 … lineWidth += findKerningAmount(lastChar, theChar) * sizeScale; in getLineWidth() 237 lineWidth -= c.getXOffset() * sizeScale; in getLineWidth() 246 lineWidth += c.getWidth() * sizeScale; in getLineWidth() 251 lineWidth += c.getXOffset() * sizeScale; in getLineWidth() 253 lineWidth += xAdvance; in getLineWidth() 257 return Math.max(maxLineWidth, lineWidth); in getLineWidth()
|
D | Letters.java | 154 float lineWidth = 0; in align() local 173 lineWidth = cursor.getX1()-block.getTextBox().x; in align() 175 gapX = (width-lineWidth)/2; in align() 177 gapX = width-lineWidth; in align()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | styled_text_field_cell.mm | 61 const CGFloat lineWidth, 63 const CGFloat finalInset = inset + (lineWidth / 2.0); 67 [path setLineWidth:lineWidth]; 141 const CGFloat lineWidth = [controlView cr_lineWidth]; 142 const CGFloat halfLineWidth = lineWidth / 2.0; 149 const NSRect frame = NSInsetRect(cellFrame, 0, lineWidth); 178 FrameRectWithInset(roundedFlags, frame, 0.0, radius, lineWidth, 183 FillRectWithInset(roundedFlags, frame, lineWidth, radius, 193 [RectPathWithInset(roundedFlags, frame, lineWidth, radius) addClip]; 198 radius - halfLineWidth, lineWidth, shadowShade); [all …]
|
D | gradient_button_cell.mm | 460 const CGFloat lineWidth = [controlView cr_lineWidth]; 461 const CGFloat halfLineWidth = lineWidth / 2.0; 465 NSRect drawFrame = NSInsetRect(cellFrame, 1.5 * lineWidth, 1.5 * lineWidth); 466 NSRect innerFrame = NSInsetRect(cellFrame, 2 * lineWidth, lineWidth); 497 [*returnInnerPath setLineWidth:lineWidth]; 558 const CGFloat lineWidth = [controlView cr_lineWidth]; 560 NSDivideRect(cellFrame, &borderRect, &contentRect, lineWidth, NSMaxXEdge); 574 const CGFloat lineWidth = [controlView cr_lineWidth]; 595 [shadow.get() setShadowOffset:NSMakeSize(0.0, -lineWidth)]; 596 [shadow setShadowBlurRadius:lineWidth]; [all …]
|
/external/chromium/chrome/browser/resources/ |
D | network_menu.js | 16 var lineWidth = 3; 20 ctx.lineWidth = lineWidth; 26 ctx.moveTo(lineWidth / 2, r - lineWidth / 2); 27 ctx.arc(r, r, r - lineWidth / 2, Math.PI, Math.PI * 3 / 2);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
D | jquery.flot.dashes.js | 188 var lw = series.dashes.lineWidth, 194 ctx.lineWidth = sw; 199 ctx.lineWidth = sw/2; 203 ctx.lineWidth = lw; 227 lineWidth: 2, property
|
D | jquery.flot.min.js | 1 …lineWidth:2,fill:true,fillColor:"#ffffff"},lines:{lineWidth:2,fill:false,fillColor:null,steps:fals… property
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 613 float lineWidth = strokeThickness(); in strokePath() local 614 float doubleLineWidth = lineWidth * 2; in strokePath() 620 CGContextSetLineWidth(layerContext, lineWidth); in strokePath() 625 float translationX = lineWidth - rect.x(); in strokePath() 626 float translationY = lineWidth - rect.y(); in strokePath() 635 float destinationX = roundf(rect.x() - lineWidth); in strokePath() 636 float destinationY = roundf(rect.y() - lineWidth); in strokePath() 997 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) in strokeRect() argument 1006 const float doubleLineWidth = lineWidth * 2; in strokeRect() 1012 m_state.strokeThickness = lineWidth; in strokeRect() [all …]
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
D | find_bar_view.mm | 24 const CGFloat lineWidth = [self cr_lineWidth]; 25 const CGFloat halfLineWidth = lineWidth / 2.0; 29 rect = NSOffsetRect(rect, 0, lineWidth); 76 [path setLineWidth:lineWidth];
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_view.mm | 651 const CGFloat lineWidth = [self cr_lineWidth]; 755 [highlightTransform translateXBy:lineWidth yBy:-lineWidth]; 759 [highlightPath setLineWidth:lineWidth]; 762 [highlightTransform translateXBy:-2 * lineWidth yBy:0.0]; 772 [path setLineWidth:lineWidth]; 781 borderRect.origin.y = lineWidth; 782 borderRect.size.height = lineWidth; 1024 const CGFloat lineWidth = [self cr_lineWidth]; 1025 const CGFloat halfLineWidth = lineWidth / 2.0; 1028 // (which would cause blurry pixels). Subtract lineWidth of height to [all …]
|
D | tab_strip_view.mm | 39 const CGFloat lineWidth = [self cr_lineWidth]; 43 borderRect.origin.y = lineWidth; 44 borderRect.size.height = lineWidth; 47 NSDivideRect(bounds, &borderRect, &contentRect, lineWidth, NSMinYEdge);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | SummaryBar.js | 206 ctx.lineWidth = 1; 220 ctx.lineWidth = 1; 256 ctx.lineWidth = 1;
|
/external/icu4c/samples/layout/ |
D | pflow.c | 280 float lineWidth; in pf_breakLines() local 292 lineWidth = (float) (width - 2 * MARGIN); in pf_breakLines() 306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) { in pf_breakLines()
|
D | paragraph.cpp | 192 float lineWidth = (float) (width - 2 * MARGIN); in breakLines() local 207 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
|
/external/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 222 int lineWidth = lineBitWidth/bitCount; in onDecode() local 226 int andOffset = xorOffset + ((lineWidth*h*bitCount) >> 3); in onDecode() 273 int pixelNo = lineWidth*(h-y-1)+x; in onDecode()
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | Mesh.java | 172 private float lineWidth = 1; field in Mesh 520 return lineWidth; in getLineWidth() 530 public void setLineWidth(float lineWidth) { in setLineWidth() argument 531 this.lineWidth = lineWidth; in setLineWidth()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.h | 84 float lineWidth() const; 158 void strokeRect(float x, float y, float width, float height, float lineWidth);
|
D | CanvasRenderingContext2D.cpp | 97 c->setStrokeThickness(m_canvasContext->lineWidth()); in strokeStyle() 124 setLineWidth(lineWidth()); in CanvasRenderingContext2D() 392 float CanvasRenderingContext2D::lineWidth() const in lineWidth() function in WebCore::CanvasRenderingContext2D 1026 … CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height, float lineWidth) in strokeRect() argument 1031 if (!(lineWidth >= 0)) in strokeRect() 1043 boundingRect.inflate(lineWidth / 2); in strokeRect() 1045 c->strokeRect(rect, lineWidth); in strokeRect()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 316 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) in strokeRect() argument 322 m_data->setStrokeThickness(lineWidth); in strokeRect()
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | RenderContext.java | 116 public float lineWidth = 1; field in RenderContext
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextRecording.cpp | 367 void PlatformGraphicsContextRecording::strokeRect(const FloatRect& rect, float lineWidth) in strokeRect() argument 369 mGraphicsOperationCollection->append(new GraphicsOperation::StrokeRect(rect, lineWidth)); in strokeRect()
|
D | GraphicsContextAndroid.cpp | 457 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) in strokeRect() argument 463 platformContext()->strokeRect(rect, lineWidth); in strokeRect()
|
D | PlatformGraphicsContextSkia.h | 100 virtual void strokeRect(const FloatRect& rect, float lineWidth);
|
D | PlatformGraphicsContextRecording.h | 116 virtual void strokeRect(const FloatRect& rect, float lineWidth);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCLayerImpl.cpp | 185 GLC(context, context->lineWidth(debugBorderWidth())); in drawDebugBorder()
|