Searched refs:PrintAttributeValue (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/add-ons/print/pcl6/ |
H A D | disasm.cpp | 917 void Disasm::PrintAttributeValue(uint8 id, const AttrValue* table, int size) { in PrintAttributeValue() function in Disasm 949 PrintAttributeValue(id, ATTR_ENUM(gArcDirectionEnum)); in DecodeAttribute() 952 PrintAttributeValue(id, ATTR_ENUM(gCharSubModeEnum)); in DecodeAttribute() 955 PrintAttributeValue(id, ATTR_ENUM(gClipModeEnum)); in DecodeAttribute() 958 PrintAttributeValue(id, ATTR_ENUM(gClipModeEnum)); in DecodeAttribute() 961 PrintAttributeValue(id, ATTR_ENUM(gColorDepthEnum)); in DecodeAttribute() 964 PrintAttributeValue(id, ATTR_ENUM(gColorMappingEnum)); in DecodeAttribute() 967 PrintAttributeValue(id, ATTR_ENUM(gColorSpaceEnum)); in DecodeAttribute() 970 PrintAttributeValue(id, ATTR_ENUM(gCompressionEnum)); in DecodeAttribute() 973 PrintAttributeValue(id, ATTR_ENUM(gDataOrganizationEnum)); in DecodeAttribute() [all …]
|
H A D | disasm.h | 104 void PrintAttributeValue(uint8 id, const AttrValue* table, int tableSize);
|