Searched refs:FontScalerException (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontScalerException.java28 public class FontScalerException extends Exception { class in inherits:Exception
29 public FontScalerException() { method in class:FontScalerException
33 public FontScalerException(String reason) { method in class:FontScalerException
H A DFontScaler.java49 * Note that scaler may throw FontScalerException on any operation.
162 throws FontScalerException;
165 throws FontScalerException;
169 throws FontScalerException;
182 throws FontScalerException;
186 throws FontScalerException;
190 throws FontScalerException;
194 throws FontScalerException;
205 abstract int getNumGlyphs() throws FontScalerException;
206 abstract int getMissingGlyphCode() throws FontScalerException;
[all...]
H A DFreetypeFontScaler.java37 * call invalidateScaler() (that will throw FontScalerException).
55 private void invalidateScaler() throws FontScalerException {
58 throw new FontScalerException();
76 throws FontScalerException {
86 throws FontScalerException {
99 throws FontScalerException {
113 throws FontScalerException {
126 throws FontScalerException {
139 throws FontScalerException {
153 float x, float y) throws FontScalerException {
[all...]
H A DType1GlyphMapper.java48 } catch (FontScalerException fe) {
52 } catch (FontScalerException e) { //should not happen
61 } catch (FontScalerException e) {
74 } catch(FontScalerException e) {
83 } catch (FontScalerException e) {
95 } catch (FontScalerException e) {
H A DNullFontScaler.java78 int getNumGlyphs() throws FontScalerException {
82 int getMissingGlyphCode() throws FontScalerException {
86 int getGlyphCode(char charCode) throws FontScalerException {
H A DFileFont.java180 } catch (FontScalerException fe) {
189 } catch (FontScalerException fe) {
198 } catch (FontScalerException fe) {
207 } catch (FontScalerException fe) {
216 } catch (FontScalerException fe) {
225 } catch (FontScalerException fe) {
234 } catch (FontScalerException fe) {
H A DType1Font.java654 } catch (FontScalerException e) {
663 } catch (FontScalerException e) {
672 } catch (FontScalerException e) {
H A DTrueTypeFont.java866 } catch(FontScalerException fe) {
1600 } catch(FontScalerException fe) {

Completed in 40 milliseconds