/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | LineWidth.cpp | 38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) in LineWidth() function in blink::LineWidth 53 void LineWidth::updateAvailableWidth(LayoutUnit replacedHeight) in updateAvailableWidth() 63 void LineWidth::shrinkAvailableWidthForNewFloatIfNeeded(FloatingObject* newFloat) in shrinkAvailableWidthForNewFloatIfNeeded() 102 void LineWidth::commit() in commit() 108 void LineWidth::applyOverhang(RenderRubyRun* rubyRun, RenderObject* startRenderer, RenderObject* en… in applyOverhang() 136 void LineWidth::updateLineDimension(LayoutUnit newLineTop, LayoutUnit newLineWidth, const float& ne… in updateLineDimension() 157 void LineWidth::wrapNextToShapeOutside(bool isFirstLine) in wrapNextToShapeOutside() 180 void LineWidth::fitBelowFloats(bool isFirstLine) in fitBelowFloats() 209 void LineWidth::computeAvailableWidthFromLeftAndRight() in computeAvailableWidthFromLeftAndRight()
|
D | LineWidth.h | 45 class LineWidth { 47 LineWidth(RenderBlockFlow&, bool isFirstLine, IndentTextOrNot shouldIndentText);
|
D | LineBreaker.cpp | 31 FloatingObject* lastFloatFromPreviousLine, LineWidth& width) in skipLeadingWhitespace() 70 …LineWidth width(*m_block, lineInfo.isFirstLine(), requiresIndent(lineInfo.isFirstLine(), lineInfo.… in nextLineBreak()
|
D | LineBreaker.h | 54 …gWhitespace(InlineBidiResolver&, LineInfo&, FloatingObject* lastFloatFromPreviousLine, LineWidth&);
|
D | LineInfo.h | 53 void setEmpty(bool empty, RenderBlock* block = 0, LineWidth* lineWidth = 0)
|
D | BreakingContextInlineHeaders.h | 52 …BreakingContext(InlineBidiResolver& resolver, LineInfo& inLineInfo, LineWidth& lineWidth, RenderTe… in BreakingContext() 131 LineWidth m_width;
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | lines.c | 77 if (ctx->Driver.LineWidth) in _mesa_LineWidth() 78 ctx->Driver.LineWidth(ctx, width); in _mesa_LineWidth()
|
/external/mesa3d/src/mesa/main/ |
D | lines.c | 77 if (ctx->Driver.LineWidth) in _mesa_LineWidth() 78 ctx->Driver.LineWidth(ctx, width); in _mesa_LineWidth()
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
D | exportfig.m | 69 % 'LineWidth' a positive scalar 70 % the semantics of LineMode and LineWidth are exactly the 74 % If LineMode is 'fixed' but LineWidth is not specified 185 error('LineWidth must be a numeric scalar > 0'); 334 oldlines = LocalGetAsCell(allMarker,'LineWidth'); 335 old = LocalPushOldData(old, allMarker, {'LineWidth'}, oldlines); 339 set(allMarker,'LineWidth',1); 341 set(allMarker,'LineWidth',linewidth); 352 set(allMarker,{'LineWidth'},newlines);
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_0_autogen.h | 59 EXPECT_CALL(*gl_, LineWidth(1.0f)).Times(1).RetiresOnSaturation(); in SetupInitStateExpectations()
|
D | gles2_cmd_decoder_unittest_1_autogen.h | 1874 EXPECT_CALL(*gl_, LineWidth(0.5f)); in TEST_P() 1875 SpecializedSetup<cmds::LineWidth, 0>(true); in TEST_P() 1876 cmds::LineWidth cmd; in TEST_P() 1883 SpecializedSetup<cmds::LineWidth, 0>(false); in TEST_P() 1884 cmds::LineWidth cmd; in TEST_P() 1891 SpecializedSetup<cmds::LineWidth, 0>(false); in TEST_P() 1892 cmds::LineWidth cmd; in TEST_P()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlockFlow.h | 48 class LineWidth; variable 469 friend class LineWidth; // needs to know FloatingObject variable 502 …OnLine(FloatingObject* newFloat, FloatingObject* lastFloatFromPreviousLine, LineInfo&, LineWidth&);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
D | driverfuncs.c | 140 driver->LineWidth = NULL; in _mesa_init_driver_functions() 294 ctx->Driver.LineWidth(ctx, ctx->Line.Width); in _mesa_init_driver_state()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 140 driver->LineWidth = NULL; in _mesa_init_driver_functions() 294 ctx->Driver.LineWidth(ctx, ctx->Line.Width); in _mesa_init_driver_state()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 94 GET_PROC(LineWidth); in GrGLCreateANGLEInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 138 GET_PROC(LineWidth); in GrGLAssembleGLInterface() 371 GET_PROC(LineWidth); in GrGLAssembleGLESInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 105 OP(LineWidth) /* 346 */ \
|
/external/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 117 GET_PROC(LineWidth); in GrGLAssembleGLInterface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 105 #define glLineWidth GLES2_GET_FUN(LineWidth)
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 535 ctx->Driver.LineWidth = nouveau_line_width; in nouveau_state_init()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 535 ctx->Driver.LineWidth = nouveau_line_width; in nouveau_state_init()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 854 void LineWidth(PP_Resource context_id, GLfloat width) { in LineWidth() function 857 ToGles2Impl(&enter)->LineWidth(width); in LineWidth() 1655 &LineWidth, &LinkProgram, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 337 void GLES2InterfaceStub::LineWidth(GLfloat /* width */) { in LineWidth() function
|
D | gles2_implementation_unittest_autogen.h | 910 TEST_F(GLES2ImplementationTest, LineWidth) { in TEST_F() argument 912 cmds::LineWidth cmd; in TEST_F() 917 gl_->LineWidth(0.5f); in TEST_F()
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 842 void LineWidth(PP_Resource context_id, GLfloat width) { in LineWidth() function 1423 &LineWidth, &LinkProgram, in GetPPB_OpenGLES2_Thunk()
|