flaw-font-fhi/Flaw/Graphics/Font/Harfbuzz.hs

Summary

Maintainability
Test Coverage

Use camelCase
Open

data Hb_font_t

Found

data Hb_font_t

Perhaps

data HbFontT

Use camelCase
Open

data Hb_buffer_t

Found

data Hb_buffer_t

Perhaps

data HbBufferT

Use camelCase
Open

hb_y_offset p = advancePtr (castPtr p) 3

Found

hb_y_offset p = ...

Perhaps

hbYOffset p = ...

Use camelCase
Open

hb_glyph_position_t_size = 20

Found

hb_glyph_position_t_size = ...

Perhaps

hbGlyphPositionTSize = ...

Use camelCase
Open

type Hb_position_t = Int32

Found

type Hb_position_t = Int32

Perhaps

type HbPositionT = Int32

Use camelCase
Open

data Hb_glyph_info_t

Found

data Hb_glyph_info_t

Perhaps

data HbGlyphInfoT

Use camelCase
Open

hb_x_offset :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Found

hb_x_offset :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Perhaps

hbXOffset :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Use camelCase
Open

hb_glyph_info_t_size = 20

Found

hb_glyph_info_t_size = ...

Perhaps

hbGlyphInfoTSize = ...

Use camelCase
Open

hb_x_advance :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Found

hb_x_advance :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Perhaps

hbXAdvance :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Use camelCase
Open

hb_glyph_position_t_size :: Int

Found

hb_glyph_position_t_size :: Int

Perhaps

hbGlyphPositionTSize :: Int

Use camelCase
Open

hb_y_advance p = advancePtr (castPtr p) 1

Found

hb_y_advance p = ...

Perhaps

hbYAdvance p = ...

Use camelCase
Open

hb_y_offset :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Found

hb_y_offset :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Perhaps

hbYOffset :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Use camelCase
Open

hb_x_advance = castPtr

Found

hb_x_advance = ...

Perhaps

hbXAdvance = ...

Use camelCase
Open

hb_codepoint = castPtr

Found

hb_codepoint = ...

Perhaps

hbCodepoint = ...

Use camelCase
Open

hb_x_offset p = advancePtr (castPtr p) 2

Found

hb_x_offset p = ...

Perhaps

hbXOffset p = ...

Use camelCase
Open

type Hb_codepoint_t = Word32

Found

type Hb_codepoint_t = Word32

Perhaps

type HbCodepointT = Word32

Use camelCase
Open

data Hb_glyph_position_t

Found

data Hb_glyph_position_t

Perhaps

data HbGlyphPositionT

Use camelCase
Open

hb_glyph_info_t_size :: Int

Found

hb_glyph_info_t_size :: Int

Perhaps

hbGlyphInfoTSize :: Int

Use camelCase
Open

hb_y_advance :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Found

hb_y_advance :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Perhaps

hbYAdvance :: Ptr Hb_glyph_position_t -> Ptr Hb_position_t

Use camelCase
Open

hb_codepoint :: Ptr Hb_glyph_info_t -> Ptr Hb_codepoint_t

Found

hb_codepoint :: Ptr Hb_glyph_info_t -> Ptr Hb_codepoint_t

Perhaps

hbCodepoint :: Ptr Hb_glyph_info_t -> Ptr Hb_codepoint_t

There are no issues that match your filters.

Category
Status