Searched refs:LineWidth (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLineWidth.cpp31 #include "core/rendering/LineWidth.h"
38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) function in class:WebCore::LineWidth
54 void LineWidth::updateAvailableWidth(LayoutUnit replacedHeight)
69 void LineWidth::shrinkAvailableWidthForNewFloatIfNeeded(FloatingObject* newFloat)
124 void LineWidth::commit()
130 void LineWidth::applyOverhang(RenderRubyRun* rubyRun, RenderObject* startRenderer, RenderObject* endRenderer)
144 void LineWidth::fitBelowFloats()
186 void LineWidth::updateCurrentShapeSegment()
192 void LineWidth
[all...]
H A DLineWidth.h47 class LineWidth { class in namespace:WebCore
49 LineWidth(RenderBlockFlow&, bool isFirstLine, IndentTextOrNot shouldIndentText);
H A DRenderBlockFlow.h47 class LineWidth;
402 friend class LineWidth; // needs to know FloatingObject
437 bool positionNewFloatOnLine(FloatingObject* newFloat, FloatingObject* lastFloatFromPreviousLine, LineInfo&, LineWidth&);
H A DRenderBlockLineLayout.cpp74 void skipLeadingWhitespace(InlineBidiResolver&, LineInfo&, FloatingObject* lastFloatFromPreviousLine, LineWidth&);
2109 FloatingObject* lastFloatFromPreviousLine, LineWidth& width)
2196 LineWidth width(*m_block, lineInfo.isFirstLine(), requiresIndent(lineInfo.isFirstLine(), lineInfo.previousLineBrokeCleanly(), m_block->style()));
2327 bool RenderBlockFlow::positionNewFloatOnLine(FloatingObject* newFloat, FloatingObject* lastFloatFromPreviousLine, LineInfo& lineInfo, LineWidth& width)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dlines.c57 * "Wide lines and line stipple - LineWidth is not deprecated, but
77 if (ctx->Driver.LineWidth)
78 ctx->Driver.LineWidth(ctx, width);
/external/mesa3d/src/mesa/main/
H A Dlines.c57 * "Wide lines and line stipple - LineWidth is not deprecated, but
77 if (ctx->Driver.LineWidth)
78 ctx->Driver.LineWidth(ctx, width);
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineInfo.h51 void setEmpty(bool empty, RenderBlock* block = 0, LineWidth* lineWidth = 0)
H A DBreakingContextInlineHeaders.h29 #include "core/rendering/LineWidth.h"
208 BreakingContext(InlineBidiResolver& resolver, LineInfo& inLineInfo, LineWidth& lineWidth, RenderTextInfo& inRenderTextInfo, FloatingObject* inLastFloatFromPreviousLine, bool appliedStartWidth, RenderBlockFlow* block)
287 LineWidth m_width;
654 inline void updateSegmentsForShapes(RenderBlockFlow* block, const FloatingObject* lastFloatFromPreviousLine, const WordMeasurements& wordMeasurements, LineWidth& width, bool isFirstLine)
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h65 EXPECT_CALL(*gl_, LineWidth(1.0f))
H A Dgles2_cmd_decoder_unittest_2_autogen.h68 EXPECT_CALL(*gl_, LineWidth(0.5f));
69 SpecializedSetup<cmds::LineWidth, 0>(true);
70 cmds::LineWidth cmd;
77 SpecializedSetup<cmds::LineWidth, 0>(false);
78 cmds::LineWidth cmd;
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp93 GET_PROC(LineWidth);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp93 GET_PROC(LineWidth);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Ddriverfuncs.c140 driver->LineWidth = NULL;
294 ctx->Driver.LineWidth(ctx, ctx->Line.Width);
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c140 driver->LineWidth = NULL;
294 ctx->Driver.LineWidth(ctx, ctx->Line.Width);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h114 OP(LineWidth) /* 357 */ \
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp133 GET_PROC(LineWidth);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp120 GR_GL_GET_PROC(LineWidth);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp133 GET_PROC(LineWidth);
/external/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp120 GR_GL_GET_PROC(LineWidth);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h103 #define glLineWidth GLES2_GET_FUN(LineWidth)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp114 SET_PROC(LineWidth)
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp114 SET_PROC(LineWidth)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc760 void LineWidth(PP_Resource context_id, GLfloat width) { function in namespace:ppapi::__anon10227
763 ToGles2Impl(&enter)->LineWidth(width);
1451 &LineWidth,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h281 void GLES2InterfaceStub::LineWidth(GLfloat /* width */) { function in class:GLES2InterfaceStub
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c535 ctx->Driver.LineWidth = nouveau_line_width;

Completed in 636 milliseconds

123