Searched refs:dby (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| H A D | ttinterp.c | 6541 dbx, dby; local in function:Ins_ISECT 6569 dby = SUB_LONG( exc->zp0.cur[b1].y, exc->zp0.cur[b0].y ); 6577 discriminant = ADD_LONG( FT_MulDiv( dax, NEG_LONG( dby ), 0x40 ), 6580 FT_MulDiv( day, dby, 0x40 ) ); 6592 val = ADD_LONG( FT_MulDiv( dx, NEG_LONG( dby ), 0x40 ),
|
| /xsrc/external/mit/MesaLib.old/dist/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 local in function:NavScoreItem 7186 if (dby != 0.0f && dbx != 0.0f) 7188 float dist_box = ImFabs(dbx) + ImFabs(dby); 7198 if (dbx != 0.0f || dby != 0.0f) 7202 day = dby; 7204 quadrant = ImGetDirQuadrantFromDelta(dbx, dby); 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]); 7268 if (((g.NavMoveDir == ImGuiDir_Up || g.NavMoveDir == ImGuiDir_Down) ? dby : dbx) < 0.0f) // moving bj to the right/down decreases distance
|
| /xsrc/external/mit/MesaLib/dist/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 local in function:NavScoreItem 7186 if (dby != 0.0f && dbx != 0.0f) 7188 float dist_box = ImFabs(dbx) + ImFabs(dby); 7198 if (dbx != 0.0f || dby != 0.0f) 7202 day = dby; 7204 quadrant = ImGetDirQuadrantFromDelta(dbx, dby); 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]); 7268 if (((g.NavMoveDir == ImGuiDir_Up || g.NavMoveDir == ImGuiDir_Down) ? dby : dbx) < 0.0f) // moving bj to the right/down decreases distance
|
Completed in 41 milliseconds