HomeSort by relevance Sort by last modified time
    Searched refs:localRect (Results 1 - 21 of 21) sorted by null

  /external/skia/src/gpu/batches/
GrNonAAFillRectBatch.h 22 const SkRect* localRect,
28 const SkRect* localRect,
34 const SkRect* localRect,
GrRectBatchFactory.h 30 const SkRect* localRect,
33 return GrNonAAFillRectBatch::CreateWithPerspective(color, viewMatrix, rect, localRect,
36 return GrNonAAFillRectBatch::Create(color, viewMatrix, rect, localRect, localMatrix);
GrNonAAFillRectBatch.cpp 64 // Otherwise, if we have a local rect, then we apply the localMatrix directly to the localRect
218 const SkRect* localRect, const SkMatrix* localMatrix) {
226 if (localRect && localMatrix) {
227 geo.fLocalQuad.setFromMappedRect(*localRect, *localMatrix);
228 } else if (localRect) {
229 geo.fLocalQuad.set(*localRect);
239 const SkRect* localRect, const SkMatrix* localMatrix) {
246 geo.fHasLocalRect = SkToBool(localRect);
251 if (localRect) {
252 geo.fLocalRect = *localRect;
    [all...]
GrAAFillRectBatch.h 38 const SkRect& localRect);
GrAAFillRectBatch.cpp 365 const SkRect& localRect) {
369 if (!localMatrix.setRectToRect(rect, localRect, SkMatrix::kFill_ScaleToFit)) {
  /external/skia/src/gpu/
GrTextureParamsAdjuster.cpp 104 SkRect localRect;
106 localRect = SkRect::Make(*subset);
107 localRect.fLeft *= sx;
108 localRect.fTop *= sy;
109 localRect.fRight *= sx;
110 localRect.fBottom *= sy;
112 localRect = SkRect::MakeWH(1.f, 1.f);
121 drawContext->fillRectToRect(GrClip::WideOpen(), paint, SkMatrix::I(), dstRect, localRect);
GrDrawContext.cpp 352 const SkRect& localRect) {
365 localRect));
368 &localRect, nullptr));
  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 540 * portion of its parent {@link View}. Modifies {@code localRect} to contain
543 * @param localRect A rectangle in local (parent) coordinates.
546 private boolean intersectVisibleToUser(Rect localRect) {
548 if ((localRect == null) || localRect.isEmpty()) {
582 return localRect.intersect(tempVisibleRect);
  /packages/apps/Settings/src/com/android/settings/widget/
ExploreByTouchHelper.java 473 * portion of its parent {@link android.view.View}. Modifies {@code localRect} to contain
476 * @param localRect A rectangle in local (parent) coordinates.
479 private boolean intersectVisibleToUser(Rect localRect) {
481 if ((localRect == null) || localRect.isEmpty()) {
511 return localRect.intersect(mTempVisibleRect);
  /external/skia/include/gpu/
GrDrawContext.h 111 * @param localRect the rectangle of shader coordinates applied to rectToDraw
117 const SkRect& localRect);
  /frameworks/support/core-ui/java/android/support/v4/widget/
ExploreByTouchHelper.java     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Stage.java 734 public void calculateScissors (Rectangle localRect, Rectangle scissorRect) {
735 viewport.calculateScissors(batch.getTransformMatrix(), localRect, scissorRect);
741 viewport.calculateScissors(transformMatrix, localRect, scissorRect);
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 1257 milliseconds