| /third_party/skia/third_party/externals/freetype/src/cid/ |
| H A D | cidload.c | 169 FT_Matrix* matrix; in cid_parse_font_matrix() local [all...] |
| /third_party/skia/tools/debugger/ |
| H A D | JsonWriteBuffer.cpp | 142 void JsonWriteBuffer::write(const SkM44& matrix) { in write() argument 156 void JsonWriteBuffer::writeMatrix(const SkMatrix& matrix) { in writeMatrix() argument
|
| /third_party/skia/modules/androidkit/src/ |
| H A D | Canvas.cpp | 66 auto* matrix = reinterpret_cast<SkM44* >(native_matrix); in Canvas_Concat() local
|
| /third_party/skia/gm/ |
| H A D | cubicpaths.cpp | 105 SkMatrix matrix; variable
|
| H A D | image_pict.cpp | 86 SkMatrix matrix; variable 98 SkMatrix matrix = SkMatrix::Translate(-100, -100); in drawSet() local 131 SkMatrix matrix; in make_pic_generator() local 325 SkMatrix matrix = SkMatrix::Translate(-100, -100); drawRow() local [all...] |
| H A D | rasterhandleallocator.cpp | 110 SkMatrix matrix; in matrix_to_transform() local [all...] |
| /third_party/skia/bench/ |
| H A D | DashBench.cpp | 153 const SkMatrix matrix = SkMatrix::Scale(100, 100); in make_poly() local 326 SkMatrix matrix; in GiantDashBench() local
|
| H A D | TessellateBench.cpp | 167 static void benchmark_wangs_formula_cubic_log2(const SkMatrix& matrix, const SkPath& path) { in benchmark_wangs_formula_cubic_log2() argument 195 static void benchmark_wangs_formula_conic(const SkMatrix& matrix, const SkPath& path) { in benchmark_wangs_formula_conic() argument 209 static void benchmark_wangs_formula_conic_log2(const SkMatrix& matrix, const SkPath& path) { in benchmark_wangs_formula_conic_log2() argument
|
| /third_party/spirv-tools/test/opt/ |
| H A D | fold_test.cpp | 1413 std::vector<const analysis::Constant*> matrix = in TEST_P() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmIndexingTests.cpp | 65 Mat4 matrix[32][32]; member
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | ac3dsp_mips.c | 273 static void ac3_downmix_mips(float **samples, float (*matrix)[2], in ac3_downmix_mips() argument
|
| /third_party/ffmpeg/libswresample/ |
| H A D | rematrix.c | 64 int swr_set_matrix(struct SwrContext *s, const double *matrix, int stride) in swr_set_matrix() argument 176 double matrix[NUM_NAMED_CHANNELS][NUM_NAMED_CHANNELS]={{0}}; in swr_build_matrix2() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/vdpau/ |
| H A D | mixer.c | 527 float matrix[9]; in vlVdpVideoMixerUpdateSharpnessFilter() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_compositor.c | 474 vl_compositor_set_csc_matrix(struct vl_compositor_state *s, vl_csc_matrix const *matrix, float luma_min, float luma_max) vl_compositor_set_csc_matrix() argument
|
| H A D | vl_zscan.c | 559 vl_zscan_upload_quant(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer, const uint8_t matrix[64], bool intra) vl_zscan_upload_quant() argument
|
| /third_party/skia/src/gpu/ops/ |
| H A D | SoftwarePathRenderer.cpp | 59 bool get_unclipped_shape_dev_bounds(const GrStyledShape& shape, const SkMatrix& matrix, in get_unclipped_shape_dev_bounds() argument 122 GetShapeAndClipBounds(SurfaceDrawContext* sdc, const GrClip* clip, const GrStyledShape& shape, const SkMatrix& matrix, SkIRect* unclippedDevShapeBounds, SkIRect* clippedDevShapeBounds, SkIRect* devClipBounds) GetShapeAndClipBounds() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrGeometryProcessor.cpp | 326 SetTransform(const GrGLSLProgramDataManager& pdman, const GrShaderCaps& shaderCaps, const UniformHandle& uniform, const SkMatrix& matrix, SkMatrix* state) SetTransform() argument 361 write_vertex_position(GrGLSLVertexBuilder* vertBuilder, GrGLSLUniformHandler* uniformHandler, const GrShaderCaps& shaderCaps, const GrShaderVar& inPos, const SkMatrix& matrix, const char* matrixName, GrShaderVar* outPos, ProgramImpl::UniformHandle* matrixUniform) write_vertex_position() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkMaskFilter.cpp | 216 bool SkMaskFilterBase::filterRRect(const SkRRect& devRRect, const SkMatrix& matrix, in filterRRect() argument 233 bool SkMaskFilterBase::filterPath(const SkPath& devPath, const SkMatrix& matrix, in filterPath() argument
|
| /third_party/skia/tests/ |
| H A D | SkRemoteGlyphCacheTest.cpp | 703 SkMatrix matrix = SkMatrix::Scale(16, 16); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 751 SkMatrix matrix = SkMatrix::I(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all...] |
| H A D | RRectInPathTest.cpp | 205 SkMatrix matrix; in test_empty_crbug_458524() local
|
| H A D | TriangulatingPathRendererTests.cpp | 736 &matrix, in test_path() local
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFUtils.cpp | 53 std::unique_ptr<SkPDFArray> SkPDFUtils::MatrixToArray(const SkMatrix& matrix) { in MatrixToArray() argument 304 bool SkPDFUtils::InverseTransformBBox(const SkMatrix& matrix, SkRect* bbox) { in InverseTransformBBox() argument 313 PopulateTilingPatternDict(SkPDFDict* pattern, SkRect& bbox, std::unique_ptr<SkPDFDict> resources, const SkMatrix& matrix) PopulateTilingPatternDict() argument
|
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffobjs.c | 760 FT_Matrix* matrix = &dict->font_matrix; in FT_LOCAL_DEF() local 790 FT_Matrix* matrix; FT_LOCAL_DEF() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/type42/ |
| H A D | t42parse.c | 248 FT_Matrix* matrix = &face->type1.font_matrix; in t42_parse_font_matrix() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ft.cc | 1001 FT_Matrix matrix = { font->x_scale < 0 ? -1 : +1, 0, in hb_ft_font_set_funcs() local
|