Searched refs:bX (Results 1 - 9 of 9) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/ |
H A D | common_math.h | 75 * @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 D | native_color_space_manager.h | 134 float bX; member
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_c_sample.cpp | 77 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 D | native_color_space_manager.cpp | 63 csPrimaries.bX = primaries.bX; in OHPrimariesToColorSpacePrimaries()
|
/foundation/graphic/graphic_2d/utils/color_manager/src/ |
H A D | color_space.cpp | 224 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 D | color_space.h | 107 float bX;
member
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/sendable_colorspacemanager_napi/ |
H A D | js_sendable_color_space_manager.cpp | 140 primaries.bX = static_cast<float>(val); in ParseColorSpacePrimaries()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/colorspacemanager_napi/ |
H A D | js_color_space_manager.cpp | 139 primaries.bX = static_cast<float>(val); in ParseColorSpacePrimaries()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_canvas_test.cpp | 194 float bX = aX + (len / 2.0); in HWTEST_F() local 199 OH_Drawing_PathLineTo(path, bX, bY); in HWTEST_F()
|
Completed in 7 milliseconds