Home
last modified time | relevance | path

Searched refs:lastX (Results 1 – 16 of 16) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_biquad_cascade_df1_f16.c67 _Float16 lastX, lastY; /* X,Y history for tail handling */ in arm_biquad_cascade_df1_f16() local
160 lastX = X7; in arm_biquad_cascade_df1_f16()
213 Xn2 = lastX; in arm_biquad_cascade_df1_f16()
Darm_biquad_cascade_df1_f32.c178 float32_t lastX, lastY; /* X,Y history for tail handling */ in arm_biquad_cascade_df1_f32() local
257 lastX = X3; in arm_biquad_cascade_df1_f32()
293 Xn2 = lastX; in arm_biquad_cascade_df1_f32()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DGlyfEncoder.java106 int lastX = 0; in writeSimpleGlyph() local
113 int dx = x - lastX; in writeSimpleGlyph()
116 lastX = x; in writeSimpleGlyph()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DGlyfEncoder.java106 int lastX = 0; in writeSimpleGlyph() local
113 int dx = x - lastX; in writeSimpleGlyph()
116 lastX = x; in writeSimpleGlyph()
/third_party/icu/icu4c/source/samples/layout/
Dparagraph.cpp242 le_int32 lastX = line->getWidth(); in draw() local
244 x = (fWidth - lastX - MARGIN); in draw()
Dpflow.c334 le_int32 lastX = pl_getLineWidth(line); in pf_draw() local
336 x = (obj->fWidth - lastX - MARGIN); in pf_draw()
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dparagraph.cpp242 le_int32 lastX = line->getWidth(); in draw() local
244 x = (fWidth - lastX - MARGIN); in draw()
Dpflow.c334 le_int32 lastX = pl_getLineWidth(line); in pf_draw() local
336 x = (obj->fWidth - lastX - MARGIN); in pf_draw()
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
Dparagraph.cpp242 le_int32 lastX = line->getWidth(); in draw() local
244 x = (fWidth - lastX - MARGIN); in draw()
Dpflow.c334 le_int32 lastX = pl_getLineWidth(line); in pf_draw() local
336 x = (obj->fWidth - lastX - MARGIN); in pf_draw()
/third_party/skia/tools/viewer/
DTouchGesture.h31 void updateZoom(float scale, float startX, float startY, float lastX, float lastY);
DTouchGesture.cpp196 void TouchGesture::updateZoom(float scale, float startX, float startY, float lastX, float lastY) { in updateZoom() argument
199 fLocalM.postTranslate(lastX, lastY); in updateZoom()
/third_party/skia/third_party/externals/freetype/src/raster/
Dftraster.c482 Long lastX, lastY; member
1414 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY, in Line_To()
1420 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY, in Line_To()
1429 ras.lastX = x; in Line_To()
1476 arc[2].x = ras.lastX; in Conic_To()
1552 ras.lastX = x3; in Conic_To()
1610 arc[3].x = ras.lastX; in Cubic_To()
1699 ras.lastX = x4; in Cubic_To()
1814 ras.lastX = v_start.x; in Decompose_Curve()
/third_party/freetype/src/raster/
Dftraster.c500 Long lastX, lastY; member
1449 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY, in Line_To()
1455 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY, in Line_To()
1464 ras.lastX = x; in Line_To()
1509 ras.arc[2].x = ras.lastX; in Conic_To()
1582 ras.lastX = x3; in Conic_To()
1638 ras.arc[3].x = ras.lastX; in Cubic_To()
1724 ras.lastX = x4; in Cubic_To()
1839 ras.lastX = v_start.x; in Decompose_Curve()
/third_party/flutter/skia/third_party/externals/freetype/src/raster/
Dftraster.c496 Long lastX, lastY; member
1445 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY, in Line_To()
1451 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY, in Line_To()
1460 ras.lastX = x; in Line_To()
1505 ras.arc[2].x = ras.lastX; in Conic_To()
1578 ras.lastX = x3; in Conic_To()
1634 ras.arc[3].x = ras.lastX; in Cubic_To()
1720 ras.lastX = x4; in Cubic_To()
1835 ras.lastX = v_start.x; in Decompose_Curve()
/third_party/skia/modules/canvaskit/npm_build/
Dtextapi_utils.js513 const lastX = pos[gly.length*2];
524 if (x < lastX) {
525 canvas.drawRect([x, Y+2, lastX, Y+4], p);