Home
last modified time | relevance | path

Searched defs:angle (Results 426 - 450 of 491) sorted by relevance

1...<<11121314151617181920

/third_party/icu/icu4c/source/i18n/
H A Dastro.cpp223 inline static double norm2PI(double angle) { in norm2PI() argument
230 inline static double normPI(double angle) { in normPI() argument
1322 double angle = func.eval(*this); timeOfAngle() local
1386 double angle = ::acos(-tanL * ::tan(pos.declination)); riseOrSet() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dastro.cpp223 inline static double norm2PI(double angle) { in norm2PI() argument
230 inline static double normPI(double angle) { in normPI() argument
1322 double angle = func.eval(*this); timeOfAngle() local
1386 double angle = ::acos(-tanL * ::tan(pos.declination)); riseOrSet() local
[all...]
/third_party/libinput/tools/
H A Dlibinput-debug-gui.c157 double angle; member
/third_party/libinput/src/
H A Devdev-tablet.c411 double angle = 0.0; in convert_tilt_to_rotation() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp258 const float angle = 2.0f*DE_PI * ((float)cellNdx / 16.0f); in getAffineTexCoord2D() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.h43 namespace angle namespace
[all...]
H A DContext_gles_1_0.cpp494 void Context::rotatef(float angle, floa argument
499 rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) rotatex() argument
[all...]
H A DvalidationES1.cpp1415 ValidateRotatef(const Context *context, angle::EntryPoint entryPoint, GLfloat angle, GLfloat x, GLfloat y, GLfloat z) ValidateRotatef() argument
1426 ValidateRotatex(const Context *context, angle::EntryPoint entryPoint, GLfixed angle, GLfixed x, GLfixed y, GLfixed z) ValidateRotatex() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils.cpp43 namespace angle namespace
H A DFrameCapture.h24 namespace angle namespace
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h24 namespace angle namespace
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormatID_autogen.h15 namespace angle namespace
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp21 namespace angle namespace
[all...]
H A Dvk_utils.h80 namespace angle namespace
[all...]
H A DRendererVk.h38 namespace angle namespace
[all...]
H A DContextVk.h25 namespace angle namespace
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustResourceInitTest.cpp14 namespace angle namespace
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
H A DlibGLESv1_CM.cpp173 void GL_APIENTRY glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() argument
660 void GL_APIENTRY glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() argument
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-x.c1229 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_load_bg_image() local
2001 double angle=0.0, aoffset=0.0, maxDist, dist; in rpng2_x_reload_bg_image() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dastro.cpp223 inline static double norm2PI(double angle) { in norm2PI() argument
230 inline static double normPI(double angle) { in normPI() argument
1322 double angle = func.eval(*this); timeOfAngle() local
1386 double angle = ::acos(-tanL * ::tan(pos.declination)); riseOrSet() local
[all...]
/third_party/skia/src/pathops/
H A DSkOpAngle.cpp734 bool SkOpAngle::insert(SkOpAngle* angle) { in insert() argument
833 merge(SkOpAngle* angle) merge() argument
[all...]
H A DSkOpSegment.cpp303 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>(); in calcAngles() local
430 SkOpAngle* angle = firstAngle->previous(); in computeSum() local
573 SkOpAngle* angle = this->spanToAngle(end, start); findNextOp() local
679 SkOpAngle* angle = this->spanToAngle(end, start); findNextWinding() local
768 SkOpAngle* angle = this->spanToAngle(end, start); findNextXor() local
954 markAngle(int maxWinding, int sumWinding, const SkOpAngle* angle, SkOpSpanBase** result) markAngle() argument
978 markAngle(int maxWinding, int sumWinding, int oppMaxWinding, int oppSumWinding, const SkOpAngle* angle, SkOpSpanBase** result) markAngle() argument
1077 SkOpAngle* angle = step > 0 ? endSpan->fromAngle() : endSpan->upCast()->toAngle(); nextChase() local
1754 updateWinding(SkOpAngle* angle) updateWinding() argument
1760 updateWindingReverse(const SkOpAngle* angle) updateWindingReverse() argument
[all...]
/third_party/skia/tests/
H A DPathOpsDebug.cpp219 const SkOpAngle* AngleAngle(const SkOpAngle* angle, int id) { in AngleAngle() argument
223 SkOpContour* AngleContour(SkOpAngle* angle, int id) { in AngleContour() argument
227 const SkOpPtT* AnglePtT(const SkOpAngle* angle, int id) { in AnglePtT() argument
231 const SkOpSegment* AngleSegment(const SkOpAngle* angle, int id) { in AngleSegment() argument
235 const SkOpSpanBase* AngleSpan(const SkOpAngle* angle, int id) { in AngleSpan() argument
1073 SkOpAngle* angle = span->fromAngle(); debugAngle() local
1083 SkOpAngle* angle = tail->fromAngle(); debugAngle() local
1523 Dump(const SkOpAngle& angle) Dump() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.cpp27 namespace angle namespace
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcolor.h1213 FT_Fixed angle; member

Completed in 52 milliseconds

1...<<11121314151617181920