Searched refs:old_count (Results 1 – 5 of 5) sorted by relevance
174 int old_count = m_PointCount; in Append() local176 … FXSYS_memcpy32(m_pPoints + old_count, pSrc->m_pPoints, pSrc->m_PointCount * sizeof(FX_PATHPOINT)); in Append()179 … pMatrix->Transform(m_pPoints[old_count + i].m_PointX, m_pPoints[old_count + i].m_PointY); in Append()192 int old_count = m_PointCount; in AppendRect() local194 FX_PATHPOINT* pPoints = m_pPoints + old_count; in AppendRect()
714 unsigned int old_count = wq->count; in gl_waitqueue_add() local718 if (old_offset + old_count > old_alloc) in gl_waitqueue_add()720 unsigned int limit = old_offset + old_count - old_alloc; in gl_waitqueue_add()724 for (i = 0; i < old_count; i++) in gl_waitqueue_add()
231 int old_count = count_; in Resize() local254 USE(old_count); in Resize()255 DCHECK(count_ == old_count); in Resize()
196 int res, old_count; in expr_eq() local212 old_count = trans_count; in expr_eq()218 trans_count = old_count; in expr_eq()
510 int old_count = Debugger::TestDebuggerRefCount(); in ScriptInterpreterPython() local523 if (new_count > old_count) in ScriptInterpreterPython()