HomeSort by relevance Sort by last modified time
    Searched refs:LineWidth (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.cpp 31 #include "core/rendering/line/LineWidth.h"
38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText)
53 void LineWidth::updateAvailableWidth(LayoutUnit replacedHeight)
63 void LineWidth::shrinkAvailableWidthForNewFloatIfNeeded(FloatingObject* newFloat)
102 void LineWidth::commit()
108 void LineWidth::applyOverhang(RenderRubyRun* rubyRun, RenderObject* startRenderer, RenderObject* endRenderer)
136 void LineWidth::updateLineDimension(LayoutUnit newLineTop, LayoutUnit newLineWidth, const float& newLineLeft, const float& newLineRight)
157 void LineWidth::wrapNextToShapeOutside(bool isFirstLine)
180 void LineWidth::fitBelowFloats(bool isFirstLine
    [all...]
LineBreaker.h 54 void skipLeadingWhitespace(InlineBidiResolver&, LineInfo&, FloatingObject* lastFloatFromPreviousLine, LineWidth&);
LineWidth.h 45 class LineWidth {
47 LineWidth(RenderBlockFlow&, bool isFirstLine, IndentTextOrNot shouldIndentText);
LineInfo.h 27 #include "core/rendering/line/LineWidth.h"
53 void setEmpty(bool empty, RenderBlock* block = 0, LineWidth* lineWidth = 0)
61 lineWidth->updateAvailableWidth();
LineBreaker.cpp 31 FloatingObject* lastFloatFromPreviousLine, LineWidth& width)
70 LineWidth width(*m_block, lineInfo.isFirstLine(), requiresIndent(lineInfo.isFirstLine(), lineInfo.previousLineBrokeCleanly(), m_block->style()));
BreakingContextInlineHeaders.h 39 #include "core/rendering/line/LineWidth.h"
52 BreakingContext(InlineBidiResolver& resolver, LineInfo& inLineInfo, LineWidth& lineWidth, RenderTextInfo& inRenderTextInfo, FloatingObject* inLastFloatFromPreviousLine, bool appliedStartWidth, RenderBlockFlow* block)
64 , m_width(lineWidth)
131 LineWidth m_width;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
lines.c 57 * "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/
lines.c 57 * "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/webrtc/modules/video_coding/codecs/test_framework/
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
120 linewidth = -1;
182 case 'linewidth'
183 linewidth = LocalToNum(value);
184 if(~LocalIsPositiveScalar(linewidth))
185 error('LineWidth must be a numeric scalar > 0');
332 % Process linewidth parameters
334 oldlines = LocalGetAsCell(allMarker,'LineWidth');
    [all...]
plotBenchmark.m 393 'LineWidth', 1.1, 'MarkerSize', 6);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 59 EXPECT_CALL(*gl_, LineWidth(1.0f)).Times(1).RetiresOnSaturation();
gles2_cmd_decoder_unittest_1_autogen.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 48 class LineWidth;
248 // Called from lineWidth, to position the floats added in the last line.
469 friend class LineWidth; // needs to know FloatingObject
502 bool positionNewFloatOnLine(FloatingObject* newFloat, FloatingObject* lastFloatFromPreviousLine, LineInfo&, LineWidth&);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 140 driver->LineWidth = NULL;
294 ctx->Driver.LineWidth(ctx, ctx->Line.Width);
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 140 driver->LineWidth = NULL;
294 ctx->Driver.LineWidth(ctx, ctx->Line.Width);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 105 OP(LineWidth) /* 346 */ \
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 94 GET_PROC(LineWidth);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 138 GET_PROC(LineWidth);
371 GET_PROC(LineWidth);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 105 #define glLineWidth GLES2_GET_FUN(LineWidth)
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 117 GET_PROC(LineWidth);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 854 void LineWidth(PP_Resource context_id, GLfloat width) {
857 ToGles2Impl(&enter)->LineWidth(width);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 337 void GLES2InterfaceStub::LineWidth(GLfloat /* width */) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_state.c 535 ctx->Driver.LineWidth = nouveau_line_width;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 535 ctx->Driver.LineWidth = nouveau_line_width;
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 842 void LineWidth(PP_Resource context_id, GLfloat width) {
    [all...]

Completed in 612 milliseconds

1 2 3 4