Searched refs:dby (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 6553 dbx, dby; in Ins_ISECT() local 6581 dby = SUB_LONG( exc->zp0.cur[b1].y, exc->zp0.cur[b0].y ); in Ins_ISECT() 6589 discriminant = ADD_LONG( FT_MulDiv( dax, NEG_LONG( dby ), 0x40 ), in Ins_ISECT() 6592 FT_MulDiv( day, dby, 0x40 ) ); in Ins_ISECT() 6604 val = ADD_LONG( FT_MulDiv( dx, NEG_LONG( dby ), 0x40 ), in Ins_ISECT()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 7185 float dby = NavScoreItemDistInterval(ImLerp(cand.Min.y, cand.Max.y, 0.2f), ImLerp(cand.Min.y, cand.Max.y, 0.8f), ImLerp(curr.Min.y, curr.Max.y, 0.2f), ImLerp(curr.Min.y, curr.Max.y, 0.8f)); // Scale down on Y to keep using box-distance for vertically touching items in NavScoreItem() local 7186 if (dby != 0.0f && dbx != 0.0f) in NavScoreItem() 7188 float dist_box = ImFabs(dbx) + ImFabs(dby); in NavScoreItem() 7198 if (dbx != 0.0f || dby != 0.0f) in NavScoreItem() 7202 day = dby; in NavScoreItem() 7204 quadrant = ImGetDirQuadrantFromDelta(dbx, dby); in NavScoreItem() 7224 ImFormatString(buf, IM_ARRAYSIZE(buf), "dbox (%.2f,%.2f->%.4f)\ndcen (%.2f,%.2f->%.4f)\nd (%.2f,%.2f->%.4f)\nnav %c, quadrant %c", dbx, dby, dist_box, dcx, dcy, dist_center, dax, day, dist_axial, "WENS"[g.NavMoveDir], "WENS"[quadrant]); in NavScoreItem() 7268 if (((g.NavMoveDir == ImGuiDir_Up || g.NavMoveDir == ImGuiDir_Down) ? dby : dbx) < 0.0f) // moving bj to the right/down decreases distance in NavScoreItem()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 8881 float dby = NavScoreItemDistInterval(ImLerp(cand.Min.y, cand.Max.y, 0.2f), ImLerp(cand.Min.y, cand.Max.y, 0.8f), ImLerp(curr.Min.y, curr.Max.y, 0.2f), ImLerp(curr.Min.y, curr.Max.y, 0.8f)); // Scale down on Y to keep using box-distance for vertically touching items in NavScoreItem() local 8882 if (dby != 0.0f && dbx != 0.0f) in NavScoreItem() 8884 float dist_box = ImFabs(dbx) + ImFabs(dby); in NavScoreItem() 8894 if (dbx != 0.0f || dby != 0.0f) in NavScoreItem() 8898 day = dby; in NavScoreItem() 8900 quadrant = ImGetDirQuadrantFromDelta(dbx, dby); in NavScoreItem() 8920 ImFormatString(buf, IM_ARRAYSIZE(buf), "dbox (%.2f,%.2f->%.4f)\ndcen (%.2f,%.2f->%.4f)\nd (%.2f,%.2f->%.4f)\nnav %c, quadrant %c", dbx, dby, dist_box, dcx, dcy, dist_center, dax, day, dist_axial, "WENS"[g.NavMoveDir], "WENS"[quadrant]); in NavScoreItem() 8964 if (((move_dir == ImGuiDir_Up || move_dir == ImGuiDir_Down) ? dby : dbx) < 0.0f) // moving bj to the right/down decreases distance in NavScoreItem()
|
Completed in 47 milliseconds