HomeSort by relevance Sort by last modified time
    Searched defs:targetX (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontLinux.cpp 253 static int glyphIndexForXPositionInScriptRun(const ComplexTextController& controller, int targetX)
255 // Iterate through the glyphs in logical order, seeing whether targetX falls between the previous
262 if (std::min(nextX, lastX) <= targetX && targetX <= std::max(nextX, lastX))
276 int targetX = static_cast<int>(xFloat);
296 if (std::min(x, nextX) <= targetX && targetX <= std::max(x, nextX)) {
298 const int glyphIndex = glyphIndexForXPositionInScriptRun(controller, targetX);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 623 int targetX = targetSegmentTypeX == UNKNOWN ?
628 graphics.fillRect(targetX - PARENT_RECT_SIZE / 2, targetBounds.y,
629 targetX + PARENT_RECT_SIZE / 2, targetBounds.y2());
641 int sharedX = targetX + targetMargins.right;
647 graphics.drawArrow(targetX, center, sharedX - 3, center, ARROW_SIZE);
652 graphics.drawArrow(targetX, center, sourceX, center, ARROW_SIZE);
656 int sharedX = targetX - targetMargins.left;
662 graphics.drawArrow(targetX, center, sharedX + 3, center, ARROW_SIZE);
665 graphics.drawArrow(targetX, center, sourceX, center, ARROW_SIZE);
670 if (sourceX == targetX) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 172 int targetX = Utils.clamp(tempX, mBoundLeft, mBoundRight);
175 startAnimation(targetX, targetY, targetScale, ANIM_KIND_ZOOM);
383 int targetX = mScroller.getFinalX();
386 startAnimation(targetX, targetY, mCurrentScale, ANIM_KIND_FLING);
391 int targetX, int targetY, float scale, int kind) {
392 if (targetX == mCurrentX && targetY == mCurrentY
399 mToX = targetX;
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 226 milliseconds