UNPKG

openfl

Version:

A fast, productive library for 2D cross-platform development.

61 lines (43 loc) 1.34 kB
// Class: lime.text.harfbuzz._HBBlob.HBBlob_Impl_ var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this $global.Object.defineProperty(exports, "__esModule", {value: true}); var __map_reserved = {}; // Imports var $hxClasses = require("./../../../../hxClasses_stub").default; var $hxEnums = require("./../../../../hxEnums_stub").default; // Constructor var HBBlob_Impl_ = function(){} // Meta HBBlob_Impl_.__name__ = "lime.text.harfbuzz._HBBlob.HBBlob_Impl_"; HBBlob_Impl_.__isInterface__ = false; HBBlob_Impl_.prototype = { }; HBBlob_Impl_.prototype.__class__ = HBBlob_Impl_.prototype.constructor = $hxClasses["lime.text.harfbuzz._HBBlob.HBBlob_Impl_"] = HBBlob_Impl_; // Init // Statics HBBlob_Impl_._new = function(data,length,memoryMode) { var this1 = null; return this1; } HBBlob_Impl_.createSubBlob = function(this1,offset,length) { return null; } HBBlob_Impl_.makeImmutable = function(this1) { } HBBlob_Impl_.get_data = function(this1) { return 0; } HBBlob_Impl_.get_dataWritable = function(this1) { return 0; } HBBlob_Impl_.get_empty = function() { return null; } HBBlob_Impl_.get_immutable = function(this1) { return false; } HBBlob_Impl_.get_length = function(this1) { return 0; } // Export exports.default = HBBlob_Impl_;