Searched refs:point (Results 26 - 32 of 32) sorted by relevance

12

/frameworks/base/core/java/android/text/
H A DLayout.java473 // Adjust the point at which to start rendering depending on the
1265 public void getCursorPath(int point, Path dest, argument
1269 int line = getLineForOffset(point);
1273 float h1 = getPrimaryHorizontal(point) - 0.5f;
1274 float h2 = isLevelBoundary(point) ? getSecondaryHorizontal(point) - 0.5f : h1;
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c1272 int32_t point = DRM_MAX_MALLOC_LEN - aesStart; local
1283 memcpy(buf, s->rawContent + aesStart, point);
1284 res = s->readInputDataFunc(s->inputHandle, buf + point, bufLen - point);
1288 res += point;
/frameworks/native/opengl/libagl/
H A Dcontext.h619 point_size_t point; member in struct:android::gl::ogles_context_t
H A Dprimitives.cpp482 // XXX: look into ES point-sprite extension
519 // Render our point...
520 c->rasterizer.procs.pointx(c, v->window.v, c->point.size);
725 // compute the jacobians using block floating-point
772 // compute the jacobian using block floating-point
782 // compute the jacobians using block floating-point
846 // returns a 4.28 fixed-point
H A Darray.cpp1097 smooth = c->point.smooth;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1174 // is attached to the window. Note that at this point the surface
1491 // point of drawing it we will hold off and schedule
1713 // By this point all views have been sized and positionned
2197 // rendering at this point would lock it forever and prevent hardware renderer
2684 // At this point the resources have been updated to
4188 PointF point = new PointF(newX, newY);
4189 mTranslator.translatePointInScreenToAppWindow(point);
4190 newX = (int) (point.x + 0.5);
4191 newY = (int) (point.y + 0.5);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java1353 // Determine focal point
4437 * Select the word at the last click point.
4614 private void drawHandle(Point point, int handleId, Rect bounds, argument
4634 int x = contentToViewDimension(point.x);
4635 int y = contentToViewDimension(point.y);
5211 * Given segment AB, this finds the point C along AB that is closest to
5212 * point and then returns it scale along AB. The scale factor is AC/AB.
5214 * @param x The x coordinate of the point near segment AB that determines
5216 * @param y The y coordinate of the point near segment AB that determines
5218 * @param a The first point o
[all...]

Completed in 168 milliseconds

12