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.cpp341 const int lineWidth = 4; local
344 glScissor(0, 0, width, lineWidth);
346 glScissor(0, height - lineWidth, width, lineWidth);
348 glScissor(0, 0, lineWidth, height);
350 glScissor(width - lineWidth, 0, lineWidth, height);
/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.cpp148 float lineWidth = baseLineWidth; local
162 lineWidth *= 2;
165 rect[ri + 0] = right - lineWidth;
169 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.java3394 int lineLength, int lineWidth) {
3395 drawCorner(canvas, paint, x1, y1, lineLength, lineLength, lineWidth);
3396 drawCorner(canvas, paint, x1, y2, lineLength, -lineLength, lineWidth);
3397 drawCorner(canvas, paint, x2, y1, -lineLength, lineLength, lineWidth);
3398 drawCorner(canvas, paint, x2, y2, -lineLength, -lineLength, lineWidth);
3465 int lineWidth = dipsToPixels(1);
3470 paint, lineLength, lineWidth);
3393 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.cpp376 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth);
994 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { argument
995 GetData(commandBuffer).dispatch.CmdSetLineWidth(commandBuffer, lineWidth);
1693 VKAPI_ATTR void vkCmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { argument
1694 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.cpp1274 void CmdSetLineWidth(VkCommandBuffer cmdBuffer, float lineWidth) { argument
/frameworks/base/core/java/android/widget/
H A DTextView.java10303 final float lineWidth = textView.mLayout.getLineWidth(0);
10305 mGhostStart = lineWidth - textWidth + gap;
10307 mGhostOffset = lineWidth + gap;
10308 mFadeStop = lineWidth + textWidth / 6.0f;
10309 mMaxFadeScroll = mGhostStart + lineWidth + lineWidth;
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1785 float lineWidth; member in struct:VkPipelineRasterizationStateCreateInfo
2329 typedef void (VKAPI_PTR *PFN_vkCmdSetLineWidth)(VkCommandBuffer commandBuffer, float lineWidth);
2893 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 168 milliseconds