Searched refs:lineWidth (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DLineBreaker.java35 public LineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth, argument
38 mLineWidth = lineWidth;
H A DGreedyLineBreaker.java32 public GreedyLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth, argument
34 super(primitives, lineWidth, tabStops);
H A DOptimizingLineBreaker.java38 public OptimizingLineBreaker(@NonNull List<Primitive> primitives, @NonNull LineWidth lineWidth, argument
40 super(primitives, lineWidth, tabStops);
/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp344 const int lineWidth = 4; local
347 glScissor(0, 0, width, lineWidth);
349 glScissor(0, height - lineWidth, width, lineWidth);
351 glScissor(0, 0, lineWidth, height);
353 glScissor(width - lineWidth, 0, lineWidth, height);
/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.cpp145 float lineWidth = baseLineWidth; local
159 lineWidth *= 2;
162 rect[ri + 0] = right - lineWidth;
166 right -= lineWidth;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java497 int color, float lineWidth) {
498 prepareDraw(offset, color, lineWidth);
502 private void prepareDraw(int offset, int color, float lineWidth) { argument
505 if (lineWidth > 0) {
506 GLES20.glLineWidth(lineWidth);
496 draw(int type, int offset, int count, float x, float y, float width, float height, int color, float lineWidth) argument
/frameworks/base/core/java/android/view/
H A DViewGroup.java3844 int lineLength, int lineWidth) {
3845 drawCorner(canvas, paint, x1, y1, lineLength, lineLength, lineWidth);
3846 drawCorner(canvas, paint, x1, y2, lineLength, -lineLength, lineWidth);
3847 drawCorner(canvas, paint, x2, y1, -lineLength, lineLength, lineWidth);
3848 drawCorner(canvas, paint, x2, y2, -lineLength, -lineLength, lineWidth);
3915 int lineWidth = dipsToPixels(1);
3920 paint, lineLength, lineWidth);
3843 drawRectCorners(Canvas canvas, int x1, int y1, int x2, int y2, Paint paint, int lineLength, int lineWidth) argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp378 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth);
1011 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { argument
1012 GetData(commandBuffer).dispatch.CmdSetLineWidth(commandBuffer, lineWidth);
1710 VKAPI_ATTR void vkCmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { argument
1711 vulkan::api::CmdSetLineWidth(commandBuffer, lineWidth);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h127 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth);
H A Dnull_driver.cpp1343 void CmdSetLineWidth(VkCommandBuffer cmdBuffer, float lineWidth) { argument
/frameworks/base/core/java/android/widget/
H A DTextView.java11838 final float lineWidth = textView.mLayout.getLineWidth(0);
11840 mGhostStart = lineWidth - textWidth + gap;
11842 mGhostOffset = lineWidth + gap;
11843 mFadeStop = lineWidth + textWidth / 6.0f;
11844 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth;
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1912 float lineWidth; member in struct:VkPipelineRasterizationStateCreateInfo
2456 typedef void (VKAPI_PTR *PFN_vkCmdSetLineWidth)(VkCommandBuffer commandBuffer, float lineWidth);
3020 float lineWidth);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2778 milliseconds