OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orientationAngle
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java
491
int
orientationAngle
= (int) Math.round(
493
if (
orientationAngle
< 0) {
495
orientationAngle
+= 360;
499
int nearestRotation = (
orientationAngle
+ 45) / 90;
507
orientationAngle
)) {
512
+ ",
orientationAngle
=" +
orientationAngle
522
+ ",
orientationAngle
=" +
orientationAngle
);
581
private boolean isOrientationAngleAcceptableLocked(int rotation, int
orientationAngle
) {
[
all
...]
/external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.cpp
180
static inline bool glyphOrientationIsMultiplyOf180Degrees(float
orientationAngle
)
182
return !fabsf(fmodf(
orientationAngle
, 180));
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
);
Completed in 94 milliseconds