Loading libs/hwui/SkiaShader.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,7 @@ bool tryStoreLayer(Caches& caches, const SkShader& shader, const Matrix4& modelV } description->hasBitmap = true; outData->layer = layer; outData->bitmapSampler = (*textureUnit)++; const float width = layer->getWidth(); Loading tests/HwAccelerationTest/res/layout/projection_clipping.xml +3 −3 Original line number Diff line number Diff line Loading @@ -14,13 +14,13 @@ android:id="@+id/clickable1" android:layout_width="100dp" android:layout_height="100dp" android:background="?android:attr/selectableItemBackground"/> android:background="?android:attr/selectableItemBackgroundBorderless"/> <View android:id="@+id/clickable2" android:translationX="50dp" android:translationY="10dp" android:layout_width="150dp" android:layout_height="100dp" android:background="?android:attr/selectableItemBackground"/> android:background="?android:attr/selectableItemBackgroundBorderless"/> </FrameLayout> </LinearLayout> Loading
libs/hwui/SkiaShader.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,7 @@ bool tryStoreLayer(Caches& caches, const SkShader& shader, const Matrix4& modelV } description->hasBitmap = true; outData->layer = layer; outData->bitmapSampler = (*textureUnit)++; const float width = layer->getWidth(); Loading
tests/HwAccelerationTest/res/layout/projection_clipping.xml +3 −3 Original line number Diff line number Diff line Loading @@ -14,13 +14,13 @@ android:id="@+id/clickable1" android:layout_width="100dp" android:layout_height="100dp" android:background="?android:attr/selectableItemBackground"/> android:background="?android:attr/selectableItemBackgroundBorderless"/> <View android:id="@+id/clickable2" android:translationX="50dp" android:translationY="10dp" android:layout_width="150dp" android:layout_height="100dp" android:background="?android:attr/selectableItemBackground"/> android:background="?android:attr/selectableItemBackgroundBorderless"/> </FrameLayout> </LinearLayout>