HomeSort by relevance Sort by last modified time
    Searched refs:iTop (Results 1 - 4 of 4) sorted by null

  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 61 self.iTop = 0
179 if pt[0] >= Marker.iStart and pt[0] <= Marker.iEnd and pt[1] >= Marker.iTop and pt[1] <= Marker.iTop + Marker.iHeight:
253 iTop = 0
258 Marker1.iTop = iTop * Marker1.iHeight
259 iTop = iTop + 1
267 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, Marker.iWidth, Marker.iHeight)
271 dc.DrawText(Marker.sName, k, ((Marker.iTop+Marker.iHeight/2) - (height*.5)))
    [all...]
  /external/skia/src/effects/imagefilters/
SkImageSource.cpp 89 int iTop = dstRect.fTop;
93 iLeft == dstRect.fLeft && iTop == dstRect.fTop) {
96 offset->fY = iTop;
  /external/skqp/src/effects/imagefilters/
SkImageSource.cpp 89 int iTop = dstRect.fTop;
93 iLeft == dstRect.fLeft && iTop == dstRect.fTop) {
96 offset->fY = iTop;
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c 146 SInt32 iTop;
155 &iTop,
162 iTop,
1126 PyDoc_STR("(SInt32 iTop, SInt32 iLeft, SInt32 iBottom, SInt32 iRight, TXNFrameID iTXNFrameID) -> None")},
    [all...]

Completed in 340 milliseconds