Home
last modified time | relevance | path

Searched defs:points (Results 251 - 271 of 271) sorted by relevance

1...<<11

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc2855 int points = (i - remembered_from) * probability; in FindBestInterval() local
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c3970 bool points = (info->mode == PIPE_PRIM_POINTS); in panfrost_draw_vbo() local
2890 panfrost_emit_primitive_size(struct panfrost_context *ctx, bool points, mali_ptr size_array, void *prim_size) panfrost_emit_primitive_size() argument
3918 panfrost_compatible_batch_state(struct panfrost_batch *batch, bool points) panfrost_compatible_batch_state() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp3411 std::vector<tcu::Vec4> points; in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL1.cpp696 ValidateMap1d(const Context *, angle::EntryPoint entryPoint, GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) ValidateMap1d() argument
708 ValidateMap1f(const Context *, angle::EntryPoint entryPoint, GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) ValidateMap1f() argument
720 ValidateMap2d(const Context *, angle::EntryPoint entryPoint, GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) ValidateMap2d() argument
736 ValidateMap2f(const Context *, angle::EntryPoint entryPoint, GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) ValidateMap2f() argument
H A DContext_gl.cpp1183 map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) map1d() argument
1193 map1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) map1f() argument
1203 map2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) map2d() argument
1217 map2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) map2f() argument
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h1658 stbtt_uint8 *points; in stbtt__GetGlyphShapeTT() local
[all...]
H A Dimgui_demo.cpp7261 static ImVector<ImVec2> points; local
[all...]
H A Dimgui_draw.cpp716 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, ImDrawFlags flags, float thickness) in AddPolyline() argument
972 AddConvexPolyFilled(const ImVec2* points, const int points_count, ImU32 col) AddConvexPolyFilled() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.cpp2565 real32 *points = fToneCurveBuffer.Buffer_real32 (); in profile_tag_set() local
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp3491 std::vector<Point> points; in MakeExpand() local
/third_party/libinput/src/
H A Dlibinput.c4250 libinput_config_accel_set_points(struct libinput_config_accel *config, enum libinput_config_accel_type accel_type, double step, size_t npoints, double *points) libinput_config_accel_set_points() argument
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp669 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, bool closed, float thickness) in AddPolyline() argument
857 AddConvexPolyFilled(const ImVec2* points, const int points_count, ImU32 col) AddConvexPolyFilled() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp3413 GL_Map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) in GL_Map1d() argument
3441 GL_Map1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) in GL_Map1f() argument
3468 GL_Map2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) GL_Map2d() argument
3505 GL_Map2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) GL_Map2f() argument
[all...]
H A DlibGL_autogen.cpp740 glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) in glMap1d() argument
746 glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) in glMap1f() argument
751 glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) glMap2d() argument
765 glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) glMap2f() argument
/third_party/skia/src/core/
H A DSkPath.cpp1954 SkPoint points[4]; dump() local
2293 const SkPoint* points = fPathRef->points(); computeConvexity() local
[all...]
/third_party/skia/tests/
H A DPathTest.cpp4534 SkPoint points[] = test_skbug_6947() local
5243 SkPoint points[] = { {10, 10}, {75, 75}, {150, 75}, {150, 150}, {75, 150} }; DEF_TEST() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp6566 ConvertTouchPointsToPoints(std::vector<TouchPoint>& touchPointes, std::array<ArkUITouchPoint, MAX_POINTS>& points, const TouchLocationInfo& historyLoaction, bool usePx) ConvertTouchPointsToPoints() argument
[all...]
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp218 void __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) { } in __indirect_glMap1d() argument
219 void __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) { } in __indirect_glMap1f() argument
220 void __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) { } in __indirect_glMap2d() argument
221 void __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) { } in __indirect_glMap2f() argument
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c3150 save_Map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points) save_Map1d() argument
3172 save_Map1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points) save_Map1f() argument
3195 save_Map2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points) save_Map2d() argument
3228 save_Map2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points) save_Map2f() argument
[all...]
/third_party/glfw/deps/
H A Dnuklear.h4510 struct nk_vec2i points[1]; member
4517 struct nk_vec2i points[1]; member
4525 struct nk_vec2i points[1]; member
9060 nk_stroke_polygon(struct nk_command_buffer *b, float *points, int point_count, in nk_stroke_polygon() argument
9081 nk_fill_polygon(struct nk_command_buffer *b, float *points, int point_count, struct nk_color col) nk_fill_polygon() argument
9102 nk_stroke_polyline(struct nk_command_buffer *b, float *points, int point_count, float line_thickness, struct nk_color col) nk_stroke_polyline() argument
9314 struct nk_vec2 *points; nk_draw_list_alloc_path() local
9624 nk_draw_list_stroke_poly_line(struct nk_draw_list *list, const struct nk_vec2 *points, const unsigned int points_count, struct nk_color color, enum nk_draw_list_stroke closed, float thickness, enum nk_anti_aliasing aliasing) nk_draw_list_stroke_poly_line() argument
9864 nk_draw_list_fill_poly_convex(struct nk_draw_list *list, const struct nk_vec2 *points, const unsigned int points_count, struct nk_color color, enum nk_anti_aliasing aliasing) nk_draw_list_fill_poly_convex() argument
9999 struct nk_vec2 *points = 0; nk_draw_list_path_line_to() local
10128 struct nk_vec2 *points; nk_draw_list_path_fill() local
10139 struct nk_vec2 *points; nk_draw_list_path_stroke() local
11334 const nk_byte *points; nk_tt_GetGlyphShape() local
12099 nk_tt__add_point(struct nk_tt__point *points, int n, float x, float y) nk_tt__add_point() argument
12106 nk_tt__tesselate_curve(struct nk_tt__point *points, int *num_points, float x0, float y0, float x1, float y1, float x2, float y2, float objspace_flatness_squared, int n) nk_tt__tesselate_curve() argument
12139 struct nk_tt__point *points=0; nk_tt_FlattenCurves() local
19732 struct nk_vec2 points[3]; nk_draw_symbol() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 185 milliseconds

1...<<11