| /third_party/libinput/src/ |
| H A D | evdev.c | 614 evdev_calibration_set_matrix(struct libinput_device *libinput_device, const float matrix[6]) evdev_calibration_set_matrix() argument 625 evdev_calibration_get_matrix(struct libinput_device *libinput_device, float matrix[6]) evdev_calibration_get_matrix() argument 636 evdev_calibration_get_default_matrix(struct libinput_device *libinput_device, float matrix[6]) evdev_calibration_get_default_matrix() argument [all...] |
| H A D | libinput.c | 4021 libinput_device_config_calibration_set_matrix(struct libinput_device *device, const float matrix[6]) libinput_device_config_calibration_set_matrix() argument 4031 libinput_device_config_calibration_get_matrix(struct libinput_device *device, float matrix[6]) libinput_device_config_calibration_get_matrix() argument 4041 libinput_device_config_calibration_get_default_matrix(struct libinput_device *device, float matrix[6]) libinput_device_config_calibration_get_default_matrix() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | OutputASM.cpp | 3827 TIntermTyped *matrix = m->getAsTyped(); dim2() local [all...] |
| /third_party/skia/src/xps/ |
| H A D | SkXPSDevice.cpp | 457 static XPS_POINT xps_point(const SkPoint& point, const SkMatrix& matrix) { in xps_point() argument 514 HRESULT SkXPSDevice::createXpsTransform(const SkMatrix& matrix, in createXpsTransform() argument 1075 static bool rect_must_be_pathed(const SkPaint& paint, const SkMatrix& matrix) { in rect_must_be_pathed() argument 1380 convertToPpm(const SkMaskFilter* filter, SkMatrix* matrix, SkVector* ppuScale, const SkIRect& clip, SkIRect* clipIRect) convertToPpm() argument 1449 shadePath(IXpsOMPath* shadedPath, const SkPaint& shaderPaint, const SkMatrix& matrix, BOOL* fill, BOOL* stroke) shadePath() argument 1513 SkMatrix matrix = this->localToDevice(); drawPath() local 1889 text_must_be_pathed(const SkPaint& paint, const SkMatrix& matrix) text_must_be_pathed() argument 2025 SkMatrix matrix = SkMatrix::RectToRect(srcBounds, dst); drawImageRect() local [all...] |
| /third_party/skia/src/pdf/ |
| H A D | SkPDFDevice.cpp | 574 SkMatrix matrix = ctm; in internalDrawPath() local 230 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack, const SkMatrix& matrix, const SkPaint& paint, SkScalar textScale = 0) ScopedContentEntry() argument 1139 populate_graphic_state_entry_from_paint( SkPDFDocument* doc, const SkMatrix& matrix, const SkClipStack* clipStack, SkIRect deviceBounds, const SkPaint& paint, const SkMatrix& initialTransform, SkScalar textScale, SkPDFGraphicStackState::Entry* entry, SkTHashSet<SkPDFIndirectReference>* shaderResources, SkTHashSet<SkPDFIndirectReference>* graphicStateResources) populate_graphic_state_entry_from_paint() argument 1217 setUpContentEntry(const SkClipStack* clipStack, const SkMatrix& matrix, const SkPaint& paint, SkScalar textScale, SkPDFIndirectReference* dst) setUpContentEntry() argument 1576 SkMatrix matrix = transform; internalDrawImageRect() local 1706 SkMatrix matrix = device->getRelativeTransform(*this); drawDevice() local [all...] |
| /third_party/skia/tests/ |
| H A D | GrStyledShapeTest.cpp | 71 SkMatrix matrix = SkMatrix::RectToRect(bounds, clip); in test_bounds_by_rasterizing() local
|
| H A D | PathTest.cpp | 547 SkMatrix matrix; in test_tiny_path_convexity() local 769 SkMatrix matrix; in test_isfinite_after_transform() local 2696 SkMatrix matrix; test_transform() local 2705 SkMatrix matrix; test_transform() local 2721 SkMatrix matrix; test_transform() local 2743 SkMatrix matrix; test_transform() local 2754 SkMatrix matrix; test_transform() local 2765 SkMatrix matrix; test_transform() local 2782 SkMatrix matrix; test_transform() local 4454 SkMatrix matrix; TestPathrefListeners() local 5129 SkMatrix matrix; DEF_TEST() local 5136 SkMatrix matrix; DEF_TEST() local [all...] |
| H A D | PathOpsSimplifyTest.cpp | 9352 SkMatrix matrix = SkMatrix::MakeAll( in bug8290() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gpos-table.hh | 2234 auto *matrix = out->serialize_append (c->serializer); in subset() local
|
| /third_party/skia/tools/debugger/ |
| H A D | DrawCommand.cpp | 461 void DrawCommand::MakeJsonMatrix(SkJSONWriter& writer, const SkMatrix& matrix) { in MakeJsonMatrix() argument 473 void DrawCommand::MakeJsonMatrix44(SkJSONWriter& writer, const SkM44& matrix) { in MakeJsonMatrix44() argument 1093 ConcatCommand::ConcatCommand(const SkMatrix& matrix) : INHERITED(kConcat_OpType) { in ConcatCommand() argument 1127 Concat44Command::Concat44Command(const SkM44& matrix) : INHERITED(kConcat44_OpType) { in Concat44Command() argument 1542 BeginDrawPictureCommand(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) BeginDrawPictureCommand() argument 1929 DrawDrawableCommand(SkDrawable* drawable, const SkMatrix* matrix) DrawDrawableCommand() argument 2031 SetMatrixCommand(const SkMatrix& matrix) SetMatrixCommand() argument 2044 SetM44Command(const SkM44& matrix) SetM44Command() argument [all...] |
| /third_party/glslang/SPIRV/ |
| H A D | SpvBuilder.cpp | 3356 Id matrix = sources[0]; in createMatrixConstructor() local 3407 Id matrix = sources[0]; createMatrixConstructor() local [all...] |
| /third_party/backends/backend/ |
| H A D | avision.c | 5962 struct matrix_3x3 matrix; in send_3x3_matrix() member
|
| H A D | hp-option.c | 2046 HpOption matrix = hp_optset_get(optset, SEPMATRIX); in _get_sepmatrix() local 2069 HpOption matrix = 0; in _program_matrix() local [all...] |
| /third_party/mesa3d/include/drm-uapi/ |
| H A D | drm_mode.h | 806 __u64 matrix[9]; member
|
| /third_party/libdrm/include/drm/ |
| H A D | drm_mode.h | 722 __u64 matrix[9]; member
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 1636 const struct glsl_type *matrix = deref_is_matrix(deref); in lower_64bit_vars() local 1670 const struct glsl_type *matrix = he ? he->data : NULL; lower_64bit_vars() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| H A D | spirv_instruction_builder_autogen.cpp | 849 void WriteTranspose(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef matrix) in WriteTranspose() argument 1557 WriteMatrixTimesScalar(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef matrix, IdRef scalar) WriteMatrixTimesScalar() argument 1571 WriteVectorTimesMatrix(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef vector, IdRef matrix) WriteVectorTimesMatrix() argument 1585 WriteMatrixTimesVector(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef matrix, IdRef vector) WriteMatrixTimesVector() argument
|
| H A D | spirv_instruction_parser_autogen.cpp | 993 ParseTranspose(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *matrix) ParseTranspose() argument 1880 ParseMatrixTimesScalar(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *matrix, IdRef *scalar) ParseMatrixTimesScalar() argument 1896 ParseVectorTimesMatrix(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *vector, IdRef *matrix) ParseVectorTimesMatrix() argument 1912 ParseMatrixTimesVector(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *matrix, IdRef *vector) ParseMatrixTimesVector() argument
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_common.hpp | 1313 bool matrix = vector_elements[0]->m.c[0].vecsize > 1; in SPIRConstant() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | matroskadec.c | 2243 int32_t *matrix; in mkv_create_display_matrix() local
|
| /third_party/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3644 MatchMatrix matrix = variable [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/include/ |
| H A D | svga3d_cmd.h | 966 float matrix[16]; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_ext_params.cpp | 2048 CaptureMatrixLoadfCHROMIUM_matrix(const State &glState, bool isCallValid, GLenum matrixMode, const GLfloat *matrix, ParamCapture *paramCapture) CaptureMatrixLoadfCHROMIUM_matrix() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShadingLanguage420PackTests.cpp | 5212 static const GLchar* matrix = "mat2(0.5, 0.125, 0.375, 0)"; in prepareShaderSource() local
|
| /third_party/skia/src/core/ |
| H A D | SkPath.cpp | 910 SkMatrix matrix; in build_arc_conics() local 1368 SkMatrix matrix; in addPath() local 1374 SkPath& SkPath::addPath(const SkPath& srcPath, const SkMatrix& matrix, AddPathMode mode) { in addPath() argument 1548 SkMatrix matrix; offset() local 1567 transform(const SkMatrix& matrix, SkPath* dst, SkApplyPerspectiveClip pc) const transform() argument 3826 PerspectiveClip(const SkPath& path, const SkMatrix& matrix, SkPath* clippedPath) PerspectiveClip() argument [all...] |