Home
last modified time | relevance | path

Searched refs:bRC (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1216 …BOOL bRC = ::GetFileVersionInfoW( const_cast<LPWSTR>(reinterpret_cast<LPCWSTR>(pModuleFileCStr)), … local
1219 if( bRC )
1812 bool bRC = GetItemSubrange( *pVI, nMinGlyphPos, nEndGlyphPos ); local
1813 DBG_ASSERT( bRC, "USPLayout::GNG GISR() returned false" );
1814 if( !bRC )
2017 bool bRC = GetItemSubrange( *pVI, nMinGlyphPos, nEndGlyphPos ); local
2018 (void)bRC; // avoid var-not-used warning
2019 DBG_ASSERT( bRC, "USPLayout::MoveG GISR() returned false" );
H A Dsalgdi3.cxx2766 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() local
2769 return bRC; in CreateFontSubset()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1781 const bool bRC = mpMacTextStyle->GetGlyphBoundRect( aGlyphId, rRect ); in GetGlyphBoundRect() local
1782 return bRC; in GetGlyphBoundRect()
1789 const bool bRC = mpMacTextStyle->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline() local
1790 return bRC; in GetGlyphOutline()
2074 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() local
2077 return bRC; in CreateFontSubset()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1556 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() local
1559 return bRC; in CreateFontSubset()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx2445 bool bRC = aCff.emitAsType1( aType1Emitter, in CreateFontSubsetFromCff() local
2448 return bRC; in CreateFontSubsetFromCff()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7219 bool bRC = mpGraphics->AddTempDevFont( mpFontList, rFileURL, rFontName ); in AddTempDevFont() local
7220 if( !bRC ) in AddTempDevFont()

Completed in 103 milliseconds