remove duplicate LCD functions (these are portable, and live in SkFontHost.cpp)
git-svn-id: http://skia.googlecode.com/svn/trunk@571 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
feda2f90a4
commit
7bea2972bb
@ -19,7 +19,7 @@
|
||||
#include "SkDescriptor.h"
|
||||
#include "SkString.h"
|
||||
#include "SkPaint.h"
|
||||
|
||||
#include "SkFloatingPoint.h"
|
||||
|
||||
|
||||
|
||||
@ -722,30 +722,6 @@ void SkFontHost::GetGammaTables(const uint8_t* tables[2])
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void SkFontHost::SetSubpixelOrientation(SkFontHost::LCDOrientation orientation)
|
||||
{
|
||||
SkASSERT(!"SkFontHost::SetSubpixelOrientation unimplemented");
|
||||
}
|
||||
|
||||
SkFontHost::LCDOrientation SkFontHost::GetSubpixelOrientation(void)
|
||||
{
|
||||
SkASSERT(!"SkFontHost::GetSubpixelOrientation unimplemented");
|
||||
return kHorizontal_LCDOrientation;
|
||||
}
|
||||
|
||||
void SkFontHost::SetSubpixelOrder(SkFontHost::LCDOrder order)
|
||||
{
|
||||
SkASSERT(!"SkFontHost::SetSubpixelOrder unimplemented");
|
||||
}
|
||||
|
||||
SkFontHost::LCDOrder SkFontHost::GetSubpixelOrder(void)
|
||||
{
|
||||
SkASSERT(!"SkFontHost::GetSubpixelOrder unimplemented");
|
||||
return kRGB_LCDOrder;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int SkFontHost::CountTables(SkFontID fontID)
|
||||
{ int numTables;
|
||||
CFArrayRef cfArray;
|
||||
|
Loading…
Reference in New Issue
Block a user