OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orientationAngle
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.cpp
506
float
orientationAngle
= baselineLayout.calculateGlyphOrientationAngle(m_isVerticalText, svgStyle, *currentCharacter);
511
float glyphAdvance = baselineLayout.calculateGlyphAdvanceAndOrientation(m_isVerticalText, visualMetrics,
orientationAngle
, xOrientationShift, yOrientationShift);
604
if (!shouldStartNewFragment && (angle || angle != lastAngle ||
orientationAngle
))
634
if (
orientationAngle
)
635
m_currentTextFragment.transform.rotate(
orientationAngle
);
/frameworks/base/core/java/android/view/
WindowOrientationListener.java
429
int
orientationAngle
= (int) Math.round(
431
if (
orientationAngle
< 0) {
433
orientationAngle
+= 360;
437
int nearestRotation = (
orientationAngle
+ 45) / 90;
448
orientationAngle
)) {
452
+ ",
orientationAngle
=" +
orientationAngle
);
460
+ ",
orientationAngle
=" +
orientationAngle
464
magnitude, tiltAngle,
orientationAngle
);
[
all
...]
Completed in 3200 milliseconds