Home
last modified time | relevance | path

Searched refs:bX (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dcommon_math.h75 * @param aX,bX,cX,dX are the X coordinates of the point, and ay, by, cy and dy are the Y coordinates of the point
82 inline bool CalcIntersection(float aX, float aY, float bX, float bY, in CalcIntersection() argument
87 float den = (bX - aX) * (dY - cY) - (bY - aY) * (dX - cX); in CalcIntersection()
92 *x = aX + r * (bX - aX); in CalcIntersection()
/foundation/graphic/graphic_2d/interfaces/inner_api/color_manager/
H A Dnative_color_space_manager.h134 float bX; member
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_c_sample.cpp77 float bX = aX + (len / 2.0); in TestDrawPathPro() local
86 OH_Drawing_PathLineTo(cPath, bX, bY); in TestDrawPathPro()
/foundation/graphic/graphic_2d/utils/color_manager/ndk/
H A Dnative_color_space_manager.cpp63 csPrimaries.bX = primaries.bX; in OHPrimariesToColorSpacePrimaries()
/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp224 float oneBxBy = (1 - primaries.bX) / primaries.bY; in ComputeXYZD50()
229 float BxBy = primaries.bX / primaries.bY; in ComputeXYZD50()
241 Matrix3x3 toXYZ = {{{RYRy * primaries.rX, GYGy * primaries.gX, BYBy * primaries.bX}, in ComputeXYZD50()
245 BYBy * (1 - primaries.bX - primaries.bY)}}}; in ComputeXYZD50()
/foundation/graphic/graphic_2d/utils/color_manager/export/
H A Dcolor_space.h107 float bX; member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/sendable_colorspacemanager_napi/
H A Djs_sendable_color_space_manager.cpp140 primaries.bX = static_cast<float>(val); in ParseColorSpacePrimaries()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/colorspacemanager_napi/
H A Djs_color_space_manager.cpp139 primaries.bX = static_cast<float>(val); in ParseColorSpacePrimaries()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_canvas_test.cpp194 float bX = aX + (len / 2.0); in HWTEST_F() local
199 OH_Drawing_PathLineTo(path, bX, bY); in HWTEST_F()

Completed in 7 milliseconds