Home | History | Annotate | Download | only in wx

Lines Matching refs:gc

148         wxGraphicsContext* gc = m_data->context->GetGraphicsContext();
149 gc->PushState();
154 wxGraphicsContext* gc = m_data->context->GetGraphicsContext();
155 if (gc)
156 context = (CGContextRef)gc->GetNativeContext();
175 wxGraphicsContext* gc = m_data->context->GetGraphicsContext();
176 gc->PopState();
180 wxGraphicsContext* gc = m_data->context->GetGraphicsContext();
181 if (gc)
182 context = (CGContextRef)gc->GetNativeContext();
372 wxGraphicsContext* gc = m_data->context->GetGraphicsContext();
373 gc->Translate(tx, ty);
382 wxGraphicsContext* gc = m_data->context->GetGraphicsContext();
383 gc->Rotate(angle);
392 wxGraphicsContext* gc = m_data->context->GetGraphicsContext();
393 gc->Scale(scale.width(), scale.height());