Searched refs:pFntObj (Results 1 – 2 of 2) sorted by relevance
2365 SwFntObj *pFntObj; in SwFntAccess() local2368 pFntObj = Get(); in SwFntAccess()2369 if ( ( pFntObj->GetZoom( ) == nZoom ) && in SwFntAccess()2370 ( pFntObj->pPrinter == pOut ) && in SwFntAccess()2371 pFntObj->GetPropWidth() == in SwFntAccess()2374 pFntObj->Unlock( ); // Vergiss dies Objekt, es wurde leider in SwFntAccess()2380 pFntObj = pFntCache->First(); in SwFntAccess()2381 while ( pFntObj && !( pFntObj->aFont == *(Font *)pOwn && in SwFntAccess()2382 pFntObj->GetZoom() == nZoom && in SwFntAccess()2383 pFntObj->GetPropWidth() == in SwFntAccess()[all …]
57 inline SwFntObj *Next( SwFntObj *pFntObj) in Next() argument58 { return (SwFntObj *)SwCache::Next( (SwCacheObj *)pFntObj ); } in Next()