Home
last modified time | relevance | path

Searched refs:LineWidth (Results 1 – 25 of 82) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.cpp38 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()
DLineWidth.h45 class LineWidth {
47 LineWidth(RenderBlockFlow&, bool isFirstLine, IndentTextOrNot shouldIndentText);
DLineBreaker.cpp31 FloatingObject* lastFloatFromPreviousLine, LineWidth& width) in skipLeadingWhitespace()
70LineWidth width(*m_block, lineInfo.isFirstLine(), requiresIndent(lineInfo.isFirstLine(), lineInfo.… in nextLineBreak()
DLineBreaker.h54 …gWhitespace(InlineBidiResolver&, LineInfo&, FloatingObject* lastFloatFromPreviousLine, LineWidth&);
DLineInfo.h53 void setEmpty(bool empty, RenderBlock* block = 0, LineWidth* lineWidth = 0)
DBreakingContextInlineHeaders.h52 …BreakingContext(InlineBidiResolver& resolver, LineInfo& inLineInfo, LineWidth& lineWidth, RenderTe… in BreakingContext()
131 LineWidth m_width;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dlines.c77 if (ctx->Driver.LineWidth) in _mesa_LineWidth()
78 ctx->Driver.LineWidth(ctx, width); in _mesa_LineWidth()
/external/mesa3d/src/mesa/main/
Dlines.c77 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/
Dexportfig.m69 % '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/
Dgles2_cmd_decoder_unittest_0_autogen.h59 EXPECT_CALL(*gl_, LineWidth(1.0f)).Times(1).RetiresOnSaturation(); in SetupInitStateExpectations()
Dgles2_cmd_decoder_unittest_1_autogen.h1874 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/
DRenderBlockFlow.h48 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/
Ddriverfuncs.c140 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/
Ddriverfuncs.c140 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/
DGrGLCreateANGLEInterface.cpp94 GET_PROC(LineWidth); in GrGLCreateANGLEInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp138 GET_PROC(LineWidth); in GrGLAssembleGLInterface()
371 GET_PROC(LineWidth); in GrGLAssembleGLESInterface()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h105 OP(LineWidth) /* 346 */ \
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp117 GET_PROC(LineWidth); in GrGLAssembleGLInterface()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h105 #define glLineWidth GLES2_GET_FUN(LineWidth)
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c535 ctx->Driver.LineWidth = nouveau_line_width; in nouveau_state_init()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c535 ctx->Driver.LineWidth = nouveau_line_width; in nouveau_state_init()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc854 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/
Dgles2_interface_stub_impl_autogen.h337 void GLES2InterfaceStub::LineWidth(GLfloat /* width */) { in LineWidth() function
Dgles2_implementation_unittest_autogen.h910 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/
Dppb_opengles2_thunk.cc842 void LineWidth(PP_Resource context_id, GLfloat width) { in LineWidth() function
1423 &LineWidth, &LinkProgram, in GetPPB_OpenGLES2_Thunk()

1234