Searched defs:lineWidth (Results 1 - 25 of 37) sorted by relevance

12

/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.hpp77 float lineWidth; member in struct:deqp::gls::RasterizationTestUtil::LineSceneSpec
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dparagraph.cpp192 float lineWidth = (float) (width - 2 * MARGIN); local
207 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
H A Dpflow.c280 float lineWidth; local
292 lineWidth = (float) (width - 2 * MARGIN);
306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) {
/external/chromium_org/third_party/skia/gm/
H A Dpoly2poly.cpp18 double lineWidth; member in class:SkJSCanvas
67 fStrokePaint.setStrokeWidth(SkDoubleToScalar(lineWidth));
110 ctx.lineWidth = 2;
136 ctx.lineWidth = 2;
161 ctx.lineWidth = 1;
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libico.cpp244 int lineWidth = lineBitWidth/bitCount; local
248 int andOffset = xorOffset + ((lineWidth*h*bitCount) >> 3);
289 int pixelNo = lineWidth*(h-y-1)+x;
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp192 float lineWidth = (float) (width - 2 * MARGIN); local
207 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
H A Dpflow.c280 float lineWidth; local
292 lineWidth = (float) (width - 2 * MARGIN);
306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) {
/external/skia/gm/
H A Dpoly2poly.cpp18 double lineWidth; member in class:SkJSCanvas
66 fStrokePaint.setStrokeWidth(SkDoubleToScalar(lineWidth));
109 ctx.lineWidth = 2;
135 ctx.lineWidth = 2;
160 ctx.lineWidth = 1;
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcletest.c638 const float lineWidth = 600; local
660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
H A Dletest.cpp874 const float lineWidth = 600; local
891 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
/external/icu/icu4c/source/test/letest/
H A Dcletest.c639 const float lineWidth = 600; local
661 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
H A Dletest.cpp875 const float lineWidth = 600; local
892 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
/external/skia/src/images/
H A DSkImageDecoder_libico.cpp253 int lineWidth = lineBitWidth/bitCount; local
257 int andOffset = xorOffset + ((lineWidth*h*bitCount) >> 3);
298 int pixelNo = lineWidth*(h-y-1)+x;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCodeGenerator.java136 protected int lineWidth = 72; field in class:CodeGenerator
1265 wr.setLineWidth(lineWidth);
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h52 BreakingContext(InlineBidiResolver& resolver, LineInfo& inLineInfo, LineWidth& lineWidth, RenderTextInfo& inRenderTextInfo, FloatingObject* inLastFloatFromPreviousLine, bool appliedStartWidth, RenderBlockFlow* block) argument
64 , m_width(lineWidth)
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp307 float lineWidth; member in struct:rr::LineState
310 : lineWidth(1.0f)
/external/deqp/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp162 const float lineWidth = de::min(rnd->getFloat(minLineWidth, maxLineWidth), range.y()); local
164 gl.lineWidth(lineWidth);
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp285 FX_FLOAT lineWidth = graphState->m_LineWidth; local
293 lineWidth = x > y ? x : y;
295 return lineWidth;
308 FX_FLOAT lineWidth = getLineWidth(graphState, m); local
309 setStrokeInfo(graphState, 0xFF000000, lineWidth);
399 FX_FLOAT lineWidth = getLineWidth(graphState, m); local
400 setStrokeInfo(graphState, strokeArgb, lineWidth);
941 void CFX_QuartzDeviceDriver::setStrokeInfo(const CFX_GraphStateData* graphState, FX_ARGB argb, FX_FLOAT lineWidth) argument
946 CGContextSetLineWidth(_context, lineWidth);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp520 const TInt lineWidth = aRect.Width(); local
521 source += iSourceBpp * (aRect.iTl.iY * lineWidth);
524 target += iTargetBpp * ((aTargetPos.iTl.iY + aRect.iTl.iY ) * lineWidth);
531 TInt lineMove = iStateFlags & EOrientation90 ? 1 : lineWidth;
540 iCopyFunction(*this, targetPtr, source, lineWidth, height);
551 iCopyFunction(*this, targetPtr, source, lineWidth, height);
H A Ddsa.cpp398 const TInt lineWidth = aSourceRect.Width(); local
400 source += (aUpdateRect.iTl.iY * lineWidth);
416 const TInt lineMove = iDsa.IsTurn() ? 1 : lineWidth;
H A Ddsa_new.cpp56 const TInt lineWidth = aSourceRect.Width(); local
58 source += (aUpdateRect.iTl.iY * lineWidth);
74 const TInt lineMove = iDsa.IsTurn() ? 1 : lineWidth;
737 const TInt lineWidth = aRect.Width();
738 source += iSourceBpp * (aRect.iTl.iY * lineWidth);
741 target += iTargetBpp * ((aTargetPos.iY + aRect.iTl.iY ) * lineWidth);
757 const TInt lineWidth = aSourceRect.Width();
759 source += (aUpdateRect.iTl.iY * lineWidth);
776 const TInt lineMove = iStateFlags & EOrientation90 ? 1 : lineWidth;
812 const TInt lineWidth local
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp780 void GLContext::lineWidth (float w) function in class:sglr::GLContext
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp310 void checkLineWidth (const glw::Functions& gl, float lineWidth) argument
314 if (lineWidthRange[1] < lineWidth)
606 LineRenderTestCase (Context& context, const char* name, const char* description, const ColoredLineData* linesBegin, const ColoredLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport);
607 LineRenderTestCase (Context& context, const char* name, const char* description, const ColorlessLineData* linesBegin, const ColorlessLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport);
621 LineRenderTestCase::LineRenderTestCase (Context& context, const char* name, const char* description, const ColoredLineData* linesBegin, const ColoredLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport) argument
624 , m_lineWidth (lineWidth)
629 LineRenderTestCase::LineRenderTestCase (Context& context, const char* name, const char* description, const ColorlessLineData* linesBegin, const ColorlessLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport) argument
632 , m_lineWidth (lineWidth)
692 ctx.lineWidth (m_lineWidth);
729 LineCase (Context& context, const char* name, const char* description, const LineRenderTestCase::ColorlessLineData* linesBegin, const LineRenderTestCase::ColorlessLineData* linesEnd, float lineWidth, cons
737 LineCase(Context& context, const char* name, const char* description, const LineRenderTestCase::ColorlessLineData* linesBegin, const LineRenderTestCase::ColorlessLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport, int searchKernelSize) argument
778 ColoredLineCase(Context& context, const char* name, const char* description, const LineRenderTestCase::ColoredLineData* linesBegin, const LineRenderTestCase::ColoredLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport) argument
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp313 void checkLineWidth (const glw::Functions& gl, float lineWidth) argument
317 if (lineWidthRange[1] < lineWidth)
609 LineRenderTestCase (Context& context, const char* name, const char* description, const ColoredLineData* linesBegin, const ColoredLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport);
610 LineRenderTestCase (Context& context, const char* name, const char* description, const ColorlessLineData* linesBegin, const ColorlessLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport);
624 LineRenderTestCase::LineRenderTestCase (Context& context, const char* name, const char* description, const ColoredLineData* linesBegin, const ColoredLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport) argument
627 , m_lineWidth (lineWidth)
632 LineRenderTestCase::LineRenderTestCase (Context& context, const char* name, const char* description, const ColorlessLineData* linesBegin, const ColorlessLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport) argument
635 , m_lineWidth (lineWidth)
695 ctx.lineWidth (m_lineWidth);
732 LineCase (Context& context, const char* name, const char* description, const LineRenderTestCase::ColorlessLineData* linesBegin, const LineRenderTestCase::ColorlessLineData* linesEnd, float lineWidth, cons
740 LineCase(Context& context, const char* name, const char* description, const LineRenderTestCase::ColorlessLineData* linesBegin, const LineRenderTestCase::ColorlessLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport, int searchKernelSize) argument
781 ColoredLineCase(Context& context, const char* name, const char* description, const LineRenderTestCase::ColoredLineData* linesBegin, const LineRenderTestCase::ColoredLineData* linesEnd, float lineWidth, const rr::WindowRectangle& viewport) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp476 float CanvasRenderingContext2D::lineWidth() const function in class:blink::CanvasRenderingContext2D
1182 strokeData.setThickness(lineWidth());

Completed in 888 milliseconds

12