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

1 2

  /frameworks/base/tools/layoutlib/bridge/src/android/text/
LineWidth.java 19 // Based on the native implementation of LineWidth in
21 public class LineWidth {
26 public LineWidth(float firstWidth, int firstWidthLineCount, float restWidth) {
LineBreaker.java 32 protected final @NonNull LineWidth mLineWidth;
35 public LineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth,
38 mLineWidth = lineWidth;
StaticLayout_Delegate.java 86 builder.mLineWidth = new LineWidth(firstWidth, firstWidthLineCount, restWidth);
231 LineWidth mLineWidth;
GreedyLineBreaker.java 32 public GreedyLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth,
34 super(primitives, lineWidth, tabStops);
OptimizingLineBreaker.java 38 public OptimizingLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth,
40 super(primitives, lineWidth, tabStops);
  /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);
dd.h 493 void (*LineWidth)(struct gl_context *ctx, GLfloat width);
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 140 driver->LineWidth = NULL;
294 ctx->Driver.LineWidth(ctx, ctx->Line.Width);
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 188 GET_PROC(LineWidth);
621 GET_PROC(LineWidth);
    [all...]
GrGLGpu.cpp 448 GL_CALL(LineWidth(1));
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 535 ctx->Driver.LineWidth = nouveau_line_width;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 218 void (GLAPIENTRY * LineWidth)(GLfloat);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c     [all...]
i915_state.c     [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp 469 PFNLINEWIDTHPROC LineWidth;
    [all...]
gl_core_3_1.hpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 734 { "glLineWidth", _O(LineWidth) },
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 

Completed in 1493 milliseconds

1 2