Searched refs:tangent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFont.cpp238 SkPathMeasure& measure, SkPoint* position, SkVector* tangent) {
245 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent);
250 // Move along the tangent and offset by the normal
251 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
252 -tangent->fY * halfWidth + tangent->fX * vOffset);
253 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
254 tangent
237 drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset, SkPathMeasure& measure, SkPoint* position, SkVector* tangent) argument
312 SkVector tangent; local
[all...]
H A DFont.h141 SkPathMeasure& measure, SkPoint* position, SkVector* tangent);
/frameworks/rs/api/
H A Drs_math.spec315 summary: Inverse tangent
317 Returns the inverse tangent, in radians.
339 summary: Inverse tangent of a ratio
341 Returns the inverse tangent of <code>(numerator / denominator)</code>, in radians.
364 summary: Inverse tangent of a ratio, divided by pi
366 Returns the inverse tangent of <code>(numerator / denominator)</code>, in radians, divided by pi.
368 To get an inverse tangent measured in degrees, use <code>atan2pi(n, d) * 180.f</code>.
390 summary: Inverse hyperbolic tangent
392 Returns the inverse hyperbolic tangent, in radians.
413 summary: Inverse tangent divide
[all...]

Completed in 2794 milliseconds