Lines Matching refs:nImagePos
354 long nStartPos, nEndPos, nImagePos; in GetImagePos() local
355 bRet = GetEntryPos( nLevel, nEntry, nStartPos, nEndPos, nImagePos ); in GetImagePos()
356 rPos = GetPoint( nLevelPos, nImagePos ); in GetImagePos()
399 long nImagePos = GetHeaderEntryPos(); in ItemHit() local
400 if ( (nImagePos <= nEntryMousePos) && (nEntryMousePos < nImagePos + SC_OL_BITMAPSIZE) ) in ItemHit()
424 long nStartPos, nEndPos, nImagePos; in ItemHit() local
425 if ( GetEntryPos( nLevel, nEntry, nStartPos, nEndPos, nImagePos ) ) in ItemHit()
431 …if ( (nStart >= nStartIndex) && (nImagePos <= nEntryMousePos) && (nEntryMousePos < nImagePos + SC_… in ItemHit()
649 long nEntryPos1 = 0, nEntryPos2 = 0, nImagePos = 0; in Paint() local
668 bDraw = GetEntryPos( nLevel, nEntry, nEntryPos1, nEntryPos2, nImagePos ); in Paint()
701 bDraw = GetEntryPos( nLevel, nEntry, nEntryPos1, nEntryPos2, nImagePos ); in Paint()
706 DrawImageRel( nLevelPos, nImagePos, nImageId ); in Paint()